build: update to zig-0.15.1

This commit is contained in:
CJ van den Berg 2025-09-30 14:07:35 +02:00
parent f1074c46d9
commit ab60648d40
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
7 changed files with 36 additions and 939 deletions

2
zig
View file

@ -24,7 +24,7 @@ if [ "$ARCH" == "arm64" ]; then
ARCH=aarch64
fi
ZIGVER="zig-$OS-$ARCH-$VERSION"
ZIGVER="zig-$ARCH-$OS-$VERSION"
ZIG=$ZIGDIR/$ZIGVER/zig
if [ "$1" == "update" ]; then