fix zig runtime

This commit is contained in:
DubbleClick
2025-07-01 16:40:12 +07:00
parent f6c6011061
commit 27f57cc23a
3 changed files with 6 additions and 5 deletions

View File

@@ -37,7 +37,7 @@ done
TARGET=""
if [ -n "$SPC_TARGET" ]; then
TARGET="-target $SPC_TARGET"
else
fi
output=$(zig cc $TARGET -lstdc++ $COMPILER_EXTRA "${PARSED_ARGS[@]}" 2>&1)
status=$?