digitalmars.D - Building phobos with different druntime path
- =?ISO-8859-1?Q?Alex_R=F8nne_Petersen?= (7/7) Aug 21 2011 Hi,
- David Nadlinger (4/8) Aug 21 2011 Specifying DRUNTIME_PATH like this does work for me (GNU Make 3.81):
- =?UTF-8?B?QWxleCBSw7hubmUgUGV0ZXJzZW4=?= (5/14) Aug 21 2011 That seems to work. Not sure what I did wrong here...
Hi, 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? Regards, Alex
Aug 21 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
Aug 21 2011
On 21-08-2011 15:36, David Nadlinger wrote:On 8/21/11 3:34 PM, Alex Rønne Petersen wrote:That seems to work. Not sure what I did wrong here... Thanks! Regards, AlexCurrently, 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
Aug 21 2011