From: Brendan Hansen Date: Thu, 16 Nov 2023 04:00:49 +0000 (-0600) Subject: bugfix: linux compilation X-Git-Url: https://git.brendanfh.com/?a=commitdiff_plain;h=da1f06368222c685b4b5461e513725772fdfe404;p=onyx.git bugfix: linux compilation --- 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"