aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index fe78ddf..5c6c414 100755
--- a/build.sh
+++ b/build.sh
@@ -1,5 +1,5 @@
# Build Sloth
-cargo build --features=llvm-sys/prefer-dynamic
+cargo build
FILENAME="$1"
# Compile standard library
./target/debug/sloth std/stdio.sloth std/stdlib.sloth std/stdmath.sloth $FILENAME