commit 9b2989b3bed1b64a8fb7953e9884b2c164dbfd98 parent d5a5df0b7ab740d1b58f18939304a8fe04d9a4d9 Author: Iván Ávalos <avalos@disroot.org> Date: Thu, 19 Feb 2026 23:16:28 +0100 -bash syntax fix Diffstat:
| M | cross/package-ios.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cross/package-ios.sh b/cross/package-ios.sh @@ -18,7 +18,7 @@ esac targets=( iphoneos-arm64 - iphonesimulator-$(ARCH) + iphonesimulator-"${ARCH}" # macosx-arm64 # macosx-x86_64 )