From 42b9c98d4211d56c47f8f51fedf4e1420ef2f91f Mon Sep 17 00:00:00 2001
From: Mike Pall
+# iOS/ARM (32 bit) ISDKP=$(xcrun --sdk iphoneos --show-sdk-path) ICC=$(xcrun --sdk iphoneos --find clang) ISDKF="-arch armv7 -isysroot $ISDKP" make HOST_CC="clang -m32 -arch i386" CROSS="$(dirname $ICC)/" \ TARGET_FLAGS="$ISDKF" TARGET_SYS=iOS + +# iOS/ARM64 +ISDKP=$(xcrun --sdk iphoneos --show-sdk-path) +ICC=$(xcrun --sdk iphoneos --find clang) +ISDKF="-arch arm64 -isysroot $ISDKP" +make CROSS="$(dirname $ICC)/" TARGET_FLAGS="$ISDKF" TARGET_SYS=iOS