aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authornic-gaffney <gaffney_nic@protonmail.com>2023-06-27 12:29:42 -0500
committernic-gaffney <gaffney_nic@protonmail.com>2023-06-27 12:29:42 -0500
commit2c347aae8ab225cc873b7c36c8a1c73ca6ee4123 (patch)
tree7d5c0fd3ad3646d9bbf70ba0012798bf8af199f9 /build.sh
parent2cf498f7bf1311ebca156315a0c9ac25b0addef5 (diff)
downloadsloth-2c347aae8ab225cc873b7c36c8a1c73ca6ee4123.tar.gz
Fixed wait
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 62bd830..fe78ddf 100755
--- a/build.sh
+++ b/build.sh
@@ -1,5 +1,5 @@
# Build Sloth
-cargo build
+cargo build --features=llvm-sys/prefer-dynamic
FILENAME="$1"
# Compile standard library
./target/debug/sloth std/stdio.sloth std/stdlib.sloth std/stdmath.sloth $FILENAME