commit 8008d3b5171ffc46dd95fc4793e362f5ed1dbdd2
parent 9b2989b3bed1b64a8fb7953e9884b2c164dbfd98
Author: Iván Ávalos <avalos@disroot.org>
Date: Thu, 19 Feb 2026 23:20:12 +0100
-i386 typo fix
Diffstat:
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/cross/package-ios.sh b/cross/package-ios.sh
@@ -12,7 +12,7 @@ trap handle_error ERR
# Inspiration: https://github.com/stasel/WebRTC/blob/latest/scripts/build.sh
case $(arch) in
- i368) ARCH=x86_64 ;;
+ i386) ARCH=x86_64 ;;
arm64) ARCH=arm64 ;;
esac
@@ -23,6 +23,9 @@ targets=(
# macosx-x86_64
)
+echo $targets[@]
+exit
+
contains_element() {
local e match="$1"
shift