Building phobos with different druntime path
David Nadlinger
see at klickverbot.at
Sun Aug 21 06:36:44 PDT 2011
On 8/21/11 3:34 PM, Alex Rønne Petersen wrote:
> Currently, the Phobos posix.mak assumes that druntime is checked out in
> ../druntime, and altering the variable on the make command line for some
> reason seems to do nothing.
>
> Is there any way to specify this path without modifying the makefile?
Specifying DRUNTIME_PATH like this does work for me (GNU Make 3.81):
make -f posix.mak DRUNTIME_PATH=../asdf
David
More information about the Digitalmars-d
mailing list