diff --git a/build.sh b/build.sh index e1f539e..5e70556 100755 --- a/build.sh +++ b/build.sh @@ -17,7 +17,7 @@ # fix for modern GCC versions with --as-needed by default if [ "$DC" = "dmd" ]; then - if [ `uname` = "Linux" }; then + if [ `uname` = "Linux" ]; then LIBS="-l:libphobos2.a $LIBS" else LIBS="-lphobos2 $LIBS"