mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-04-11 22:39:02 +02:00
Fix dstress runner to use ldmd
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user