projects
/
onyx.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52b9fa4
)
fixed wasmer building, maybe
author
Brendan Hansen
<brendan.f.hansen@gmail.com>
Thu, 16 Nov 2023 16:08:42 +0000
(10:08 -0600)
committer
Brendan Hansen
<brendan.f.hansen@gmail.com>
Thu, 16 Nov 2023 16:08:42 +0000
(10:08 -0600)
compiler/build.sh
patch
|
blob
|
history
diff --git
a/compiler/build.sh
b/compiler/build.sh
index 90035a1df924e277b72cf2d8da812fcf491e96b7..5da5304c9cdf6bc16e4df844fcb7b0bc70e2e187 100755
(executable)
--- a/
compiler/build.sh
+++ b/
compiler/build.sh
@@
-15,7
+15,7
@@
fi
if [ ! -z ${ONYX_RUNTIME_LIBRARY+x} ]; then
FLAGS="$FLAGS -DENABLE_RUN_WITH_WASMER"
C_FILES="${C_FILES}wasm_runtime "
- LIBS="
$LIBS -l$ONYX_RUNTIME_LIBRARY
"
+ LIBS="
-l$ONYX_RUNTIME_LIBRARY $LIBS
"
fi
if [ "$ONYX_RUNTIME_LIBRARY" = "ovmwasm" ]; then