https://d.puremagic.com/issues/show_bug.cgi?id=12205
--- Comment #4 from [email protected] 2014-02-26 10:27:55 PST --- Commits pushed to master at https://github.com/D-Programming-Language/tools https://github.com/D-Programming-Language/tools/commit/0db18906c8dcc5dbb13b701ed37eaec2012a2bd7 Fix Issue 12205: update posix.mak to use local, recently-built druntime and phobos. This fixes https://d.puremagic.com/issues/show_bug.cgi?id=12205 by adding library/include paths to the locations where druntime and phobos have been built, plus a flag to prevent/suppress alignment errors in one of the builds. In the event that the user wishes to build using the system dmd instead of the locally-built ../dmd/src/dmd, this is trivial to achieve by overriding with DMD=dmd. DFLAGS will also then be overridden with those from the system dmd.conf. https://github.com/D-Programming-Language/tools/commit/d306f7ffde9e8d97efe5f03a55f50ba8f681352a Merge pull request #117 from WebDrake/makefile-dflags Fix Issue 12205: update posix.mak to use local, recently-built druntime and phobos -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
