From: Brendan Hansen Date: Fri, 24 Mar 2023 01:59:05 +0000 (-0500) Subject: fixed: changed output onyx binary file X-Git-Url: https://git.brendanfh.com/?a=commitdiff_plain;h=eb3a41687a9370adbf4723e6f74ff3b08244b3c0;p=onyx.git fixed: changed output onyx binary file --- diff --git a/compiler/build.sh b/compiler/build.sh index d308e3ec..ed80b613 100755 --- 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/onyxa" \ +$CC -o "../bin/onyx" \ $FLAGS \ "-DCORE_INSTALLATION=\"$CORE_DIR\"" \ $INCLUDES \