From 7abe99fbc15a577ccbee972654a60618c761eb08 Mon Sep 17 00:00:00 2001 From: Un1q32 Date: Tue, 26 Aug 2025 19:53:22 -0400 Subject: [PATCH] zig 15 is broken ig --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 3b00382..563e743 100755 --- a/build.sh +++ b/build.sh @@ -33,7 +33,7 @@ $CLANG $CFLAGS -std=c99 -Ijni-headers -fuse-ld=lld oc2rnet.c -bundle -target arm # build for other platforms if ! [ -d zig ]; then - wget https://ziglang.org/download/0.15.1/zig-x86_64-linux-0.15.1.tar.xz -O- | tar -xJ + wget https://ziglang.org/download/0.14.1/zig-x86_64-linux-0.14.1.tar.xz -O- | tar -xJ mv zig-* zig fi