[Issue 1940] Phobos buildscripts do not work on x86_64

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Jun 23 08:04:02 PDT 2008


http://d.puremagic.com/issues/show_bug.cgi?id=1940





------- Comment #8 from lindevel at gmx.net  2008-06-23 10:04 -------
${S}...

Forgot to copy the description from bug #2164:
${S} is the sourcecode directory. To make this work generically, I recommend to
either use a relative path, or a variable set to an absolute path. I.e.:
export top_srcdir = $(CURDIR) # Toplevel Makefile
DMD = $(top_srcdir)/bin/dmd


-- 



More information about the Digitalmars-d-bugs mailing list