projects
/
onyx.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4b4054
)
fixed: changed output onyx binary file
author
Brendan Hansen
<brendan.f.hansen@gmail.com>
Fri, 24 Mar 2023 01:59:05 +0000
(20:59 -0500)
committer
Brendan Hansen
<brendan.f.hansen@gmail.com>
Fri, 24 Mar 2023 01:59:05 +0000
(20:59 -0500)
compiler/build.sh
patch
|
blob
|
history
diff --git
a/compiler/build.sh
b/compiler/build.sh
index d308e3ec3273119b51913a994e4d94838c112b5c..ed80b613b36b562eb766e247d4f88d5aafb3c007 100755
(executable)
--- a/
compiler/build.sh
+++ b/
compiler/build.sh
@@
-30,7
+30,7
@@
FLAGS="$FLAGS -DENABLE_RUN_WITH_WASMER -DUSE_DYNCALL"
sudo mkdir -p "$BIN_DIR"
echo "Compiling onyx..."
-$CC -o "../bin/onyx
a
" \
+$CC -o "../bin/onyx" \
$FLAGS \
"-DCORE_INSTALLATION=\"$CORE_DIR\"" \
$INCLUDES \