Fix dstress runner to use ldmd

This commit is contained in:
Frits van Bommel
2009-02-26 14:49:32 +01:00
parent ff31c804a9
commit 1a155e6439

View File

@@ -34,7 +34,7 @@ echo
if [ -z "$DMD" ] ; then
echo "Testing with LDC. Set DMD environment variable to select compiler."
DMD="ldc -I$BASEPATH/testincludes -L$BASEPATH/testincludes/libtangobos-partial.a"
DMD="ldmd -I$BASEPATH/testincludes -L$BASEPATH/testincludes/libtangobos-partial.a"
echo "Default is $DMD"
else
echo "Using compiler given by DMD environment variable: $DMD"