diff --git a/build.sh b/build.sh index 1c2243f..5da7aff 100755 --- a/build.sh +++ b/build.sh @@ -23,7 +23,7 @@ LIBS="-lphobos2 $LIBS" fi elif [ "$DC" = "ldmd2" ]; then - LIBS="-lphobos-ldc $LIBS" + LIBS="-lphobos2-ldc $LIBS" fi # adjust linker flags for dmd command line