From 00f695f1fd38e79c60cb8b37f90708a2186a42e8 Mon Sep 17 00:00:00 2001 From: Nic Gaffney Date: Wed, 28 Jun 2023 14:52:58 -0500 Subject: buil --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3