From 8582dd796a80fd424960b46cf685112c75024168 Mon Sep 17 00:00:00 2001 From: Brendan Hansen Date: Sat, 26 Mar 2022 16:24:30 -0500 Subject: [PATCH] updated build.sh to remove old script invocation --- build.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/build.sh b/build.sh index 80873fd6..ae07d20b 100755 --- 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 -- 2.25.1