summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool/ldc.xml
diff options
context:
space:
mode:
authorRussel Winder <russel@winder.org.uk>2014-04-24 11:16:44 (GMT)
committerRussel Winder <russel@winder.org.uk>2014-04-24 11:16:44 (GMT)
commit39ef5817b09766f7381cfa19d6775d05fbb5902f (patch)
tree93a4cf92d73f6ea9f40f961ddb77e1064664426c /src/engine/SCons/Tool/ldc.xml
parent1da3ba42c01c41d85c33a5025068e09c4e97219c (diff)
downloadSCons-39ef5817b09766f7381cfa19d6775d05fbb5902f.zip
SCons-39ef5817b09766f7381cfa19d6775d05fbb5902f.tar.gz
SCons-39ef5817b09766f7381cfa19d6775d05fbb5902f.tar.bz2
Fix Issue 2940, generating the wrong rpath flags for DMD and LDC.
Diffstat (limited to 'src/engine/SCons/Tool/ldc.xml')
-rw-r--r--src/engine/SCons/Tool/ldc.xml10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/engine/SCons/Tool/ldc.xml b/src/engine/SCons/Tool/ldc.xml
index cfa38a9..18f676d 100644
--- a/src/engine/SCons/Tool/ldc.xml
+++ b/src/engine/SCons/Tool/ldc.xml
@@ -21,7 +21,7 @@ See its __doc__ string for a discussion of the format.
<sconsdoc xmlns="http://www.scons.org/dbxsd/v1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.scons.org/dbxsd/v1.0 http://www.scons.org/dbxsd/v1.0/scons.xsd">
+ xsi:schemaLocation="http://www.scons.org/dbxsd/v1.0/scons.xsd">
<tool name="ldc">
<summary>
@@ -51,7 +51,7 @@ Sets construction variables for the D language compiler LDC2.
<item>DDEBUGSUFFIX</item>
<item>DFLAGPREFIX</item>
<item>DFLAGSUFFIX</item>
-<item>DFLESUFFIX</item>
+<item>DFILESUFFIX</item>
<item>DLINK</item>
<item>DLINKFLAGS</item>
<item>DLINKCOM</item>
@@ -66,8 +66,14 @@ Sets construction variables for the D language compiler LDC2.
<item>_DLIBDIRFLAGS</item>
<item>DLIB</item>
<item>DLIBCOM</item>
+<item>_DLIBFLAGS</item>
<item>DLIBFLAGPREFIX</item>
<item>DLIBFLAGSUFFIX</item>
+<item>DLINKFLAGPREFIX</item>
+<item>DLINKFLAGSUFFIX</item>
+<item>RPATHPREFIX</item>
+<item>RPATHSUFFIX</item>
+<item>_RPATH</item>
</sets>
<uses>
</uses>