From: Brendan Hansen Date: Fri, 10 Mar 2023 23:08:56 +0000 (-0600) Subject: bugfix: hopefully fixed GitHub tests X-Git-Url: https://git.brendanfh.com/?a=commitdiff_plain;h=5ce3f110ed3ed2dc7fba9cffe48bd4469be93431;p=onyx.git bugfix: hopefully fixed GitHub tests --- diff --git a/compiler/build.sh b/compiler/build.sh index da6f68bd..ed80b613 100755 --- a/compiler/build.sh +++ b/compiler/build.sh @@ -6,7 +6,7 @@ ENABLE_DEBUG_INFO=1 C_FILES="onyx astnodes builtins checker clone doc entities errors lex parser symres types utils wasm_emit wasm_runtime " -LIBS="-L$CORE_DIR/lib -l$RUNTIME_LIBRARY -Wl,-rpath=$CORE_DIR/lib:./ -lpthread -ldl -lm -l:libdyncall_s.a" +LIBS="-L$CORE_DIR/lib -l$RUNTIME_LIBRARY -Wl,-rpath=$CORE_DIR/lib:./ -lpthread -ldl -lm ../shared/lib/linux_$ARCH/lib/libdyncall_s.a" INCLUDES="-I./include -I../shared/include -I../shared/include/dyncall" WARNINGS='-Wimplicit -Wmisleading-indentation -Wparentheses -Wsequence-point -Wreturn-type -Wshift-negative-value -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-function -Wunused-label -Wmaybe-uninitialized -Wsign-compare -Wstrict-overflow -Wduplicated-branches -Wduplicated-cond -Wtrigraphs -Waddress -Wlogical-op'