Set GOFLAGS in Makefile; bump minimum iOS version

This commit is contained in:
2026-02-05 20:57:18 -05:00
parent 688532193f
commit 19c802ed8d
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/sh
MIN_VERSION=26.0
MIN_VERSION=26.2
SDK_PATH=`xcrun --sdk $SDK --show-sdk-path`
CLANG=`xcrun --sdk $SDK --find clang`