fixed: changed output onyx binary file
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Fri, 24 Mar 2023 01:59:05 +0000 (20:59 -0500)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Fri, 24 Mar 2023 01:59:05 +0000 (20:59 -0500)
compiler/build.sh

index d308e3ec3273119b51913a994e4d94838c112b5c..ed80b613b36b562eb766e247d4f88d5aafb3c007 100755 (executable)
@@ -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 \