From 2c347aae8ab225cc873b7c36c8a1c73ca6ee4123 Mon Sep 17 00:00:00 2001 From: nic-gaffney Date: Tue, 27 Jun 2023 12:29:42 -0500 Subject: Fixed wait --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.sh') 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 -- cgit v1.2.3