summaryrefslogtreecommitdiff
path: root/mapboxgl.gyp
diff options
context:
space:
mode:
authorJustin R. Miller <incanus@codesorcery.net>2014-09-17 18:26:33 -0700
committerJustin R. Miller <incanus@codesorcery.net>2014-09-17 18:26:33 -0700
commit5788714e3b2f0e5d22293bb20fb726a17e68dc86 (patch)
treeb5b469608566a4fad8cf4119965c1fca57de7cdc /mapboxgl.gyp
parent65185ca3776594b855965c200e55b8dc673db715 (diff)
downloadqtlocation-mapboxgl-5788714e3b2f0e5d22293bb20fb726a17e68dc86.tar.gz
fix 64-bit iOS builds
Diffstat (limited to 'mapboxgl.gyp')
-rw-r--r--mapboxgl.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/mapboxgl.gyp b/mapboxgl.gyp
index f389e7d48d..dcd89f3a76 100644
--- a/mapboxgl.gyp
+++ b/mapboxgl.gyp
@@ -196,6 +196,7 @@
'xcode_settings': {
'SDKROOT': 'iphoneos',
'SUPPORTED_PLATFORMS':['iphonesimulator','iphoneos'],
+ 'ARCHS': [ "armv7", "armv7s", "arm64", "i386", "x86_64" ],
'TARGETED_DEVICE_FAMILY': '1,2',
'CODE_SIGN_IDENTITY': 'iPhone Developer',
'IPHONEOS_DEPLOYMENT_TARGET': '7.0',