From: Brendan Hansen Date: Sat, 26 Mar 2022 21:24:30 +0000 (-0500) Subject: updated build.sh to remove old script invocation X-Git-Url: https://git.brendanfh.com/?a=commitdiff_plain;h=8582dd796a80fd424960b46cf685112c75024168;p=onyx.git updated build.sh to remove old script invocation --- 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