Skip to content

Commit 9e0ec42

Browse files
committed
Log arch
1 parent 32326b8 commit 9e0ec42

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build-ios.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ elif [ "$1" == "debug" ]; then
2525
fi
2626

2727
# Set Architecture: arm64, arm64e or x86_64
28+
/usr/bin/uname -a
2829
IOS_ARCH=$(/usr/bin/uname -m)
2930
if [ "$1" == "arm64" ]; then
3031
IOS_ARCH="arm64"

0 commit comments

Comments
 (0)