From da1f06368222c685b4b5461e513725772fdfe404 Mon Sep 17 00:00:00 2001 From: Brendan Hansen Date: Wed, 15 Nov 2023 22:00:49 -0600 Subject: [PATCH] bugfix: linux compilation --- compiler/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/build.sh b/compiler/build.sh index 66f412c8..fe530a48 100755 --- a/compiler/build.sh +++ b/compiler/build.sh @@ -1,6 +1,6 @@ #!/bin/sh -C_FILES="onyx astnodes builtins checker clone doc entities errors lex parser symres types utils wasm_emit " +C_FILES="onyx astnodes builtins checker clone doc entities errors lex parser symres types utils wasm_emit" LIBS="-L$ONYX_LIBRARY_DIR -lpthread -ldl -lm" INCLUDES="-I./include -I../shared/include -I../shared/include/dyncall" -- 2.25.1