diff options
Diffstat (limited to 'arch/iphoneos-arm64/environ.sh')
-rw-r--r-- | arch/iphoneos-arm64/environ.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/iphoneos-arm64/environ.sh b/arch/iphoneos-arm64/environ.sh new file mode 100644 index 000000000..36d412804 --- /dev/null +++ b/arch/iphoneos-arm64/environ.sh @@ -0,0 +1,5 @@ +arm64-apple-darwin9-gcc() { + xcrun -sdk iphoneos gcc $@ +} +export -f arm64-apple-darwin9-gcc +export MACOSX_DEPLOYMENT_TARGET=10.5 |