diff options
author | Justin R. Miller <incanus@codesorcery.net> | 2014-10-24 16:04:31 -0700 |
---|---|---|
committer | Justin R. Miller <incanus@codesorcery.net> | 2014-10-24 16:04:31 -0700 |
commit | 9f34b9a08de04e5376e7d51bc75ca702f930ba61 (patch) | |
tree | 0301b2ff5b93c889ea61ccf4d8ca5e5b7106ad12 | |
parent | 10c765948471e6d13e2eb45b44ac6c4d108dafc5 (diff) | |
download | qtlocation-mapboxgl-9f34b9a08de04e5376e7d51bc75ca702f930ba61.tar.gz |
fixes #501: explicitly name architectures including armv7s
-rw-r--r-- | mapboxgl.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mapboxgl.gyp b/mapboxgl.gyp index bdecb94d06..c4c286f3f8 100644 --- a/mapboxgl.gyp +++ b/mapboxgl.gyp @@ -208,6 +208,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', |