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