updated build.sh to remove old script invocation
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Sat, 26 Mar 2022 21:24:30 +0000 (16:24 -0500)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Sat, 26 Mar 2022 21:24:30 +0000 (16:24 -0500)
build.sh

index 80873fd64e95d1f9661d2004b3b0e0b1d632b264..ae07d20b87d6c16ba9a8f441b48538c93e3946d0 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -103,7 +103,6 @@ if [ ! -z "$ENABLE_BUNDLING_WASMER" ]; then
     echo "Installing onyxrun executable"
     sudo cp ./bin/onyxrun "$BIN_DIR/onyxrun"
 
-    ./modules/onyx_runtime/build.sh
     $CC -shared -fpic -I include -I lib/common/include src/onyx_runtime.c -o onyx_runtime.so -lpthread
     sudo mv "./onyx_runtime.so" "$CORE_DIR/lib/onyx_runtime.so"
 fi