aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNic Gaffney <gaffney_nic@protonmail.com>2023-06-28 14:52:58 -0500
committerNic Gaffney <gaffney_nic@protonmail.com>2023-06-28 14:52:58 -0500
commit00f695f1fd38e79c60cb8b37f90708a2186a42e8 (patch)
treec632232270cf1d9addb28eec0c5f9a6f1ee0165d
parent23efbb28788c68dec433c961e88f33c08eb52867 (diff)
downloadsloth-00f695f1fd38e79c60cb8b37f90708a2186a42e8.tar.gz
buil
-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