projects
/
onyx.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f18f6bb
)
using wasmer again for github builds
author
Brendan Hansen
<brendan.f.hansen@gmail.com>
Mon, 5 Sep 2022 00:32:38 +0000
(19:32 -0500)
committer
Brendan Hansen
<brendan.f.hansen@gmail.com>
Mon, 5 Sep 2022 00:32:38 +0000
(19:32 -0500)
settings.sh
patch
|
blob
|
history
diff --git
a/settings.sh
b/settings.sh
index 7ab78ec9704bed5cef37a85659d12c5732d046bd..a2e5309468a0e285015343ce91e8af5e7c825495 100644
(file)
--- a/
settings.sh
+++ b/
settings.sh
@@
-15,8
+15,8
@@
CC='gcc'
# The architecture of your system. If your not sure, leave this alone.
ARCH="$(uname -m)"
-RUNTIME_LIBRARY="ovmwasm"
-
#
RUNTIME_LIBRARY="wasmer"
+
#
RUNTIME_LIBRARY="ovmwasm"
+RUNTIME_LIBRARY="wasmer"
# Where the Wasmer library files can be found.
# They are bundled with the project, but if a different version is available, these can be changed.