From eb3a41687a9370adbf4723e6f74ff3b08244b3c0 Mon Sep 17 00:00:00 2001 From: Brendan Hansen Date: Thu, 23 Mar 2023 20:59:05 -0500 Subject: [PATCH] fixed: changed output onyx binary file --- compiler/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.25.1