Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Issue 12205: update posix.mak to use local, recently-built drunti…
…me 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.
- Loading branch information
0db1890
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
--no-warn-search-mismatch prevents the makefile from compiling successfully on OSX due to the fact that OSX's ld needs it passed as
-L-no_arch_warnings