Fix simulator SDK

pull/752/head
Jeffrey Walton 2018-12-01 10:50:32 -05:00
parent 42de69d883
commit b8bf4540ff
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 2 additions and 0 deletions

View File

@ -50,11 +50,13 @@ do
# i386 (simulator) # i386 (simulator)
if [ "$CL" == "i386" ]; then if [ "$CL" == "i386" ]; then
IOS_ARCH=i386 IOS_ARCH=i386
APPLE_SDK=iPhoneSimulator
fi fi
# x86_64 (simulator) # x86_64 (simulator)
if [ "$CL" == "x86_64" ]; then if [ "$CL" == "x86_64" ]; then
IOS_ARCH=x86_64 IOS_ARCH=x86_64
APPLE_SDK=iPhoneSimulator
fi fi
# ARMv5 # ARMv5