This commit is contained in:
Un1q32
2025-08-26 19:47:30 -04:00
parent e1a45f3c26
commit b4091e9eba

View File

@@ -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-linux-x86_64-0.15.1.tar.xz -O- | tar -xJ
wget https://ziglang.org/download/0.15.1/zig-x86_64-linux-0.15.1.tar.xz -O- | tar -xJ
mv zig-* zig
fi