summaryrefslogtreecommitdiff
path: root/ios/llmr-app.gyp
diff options
context:
space:
mode:
authorDane Springmeyer <dane@dbsgeo.com>2014-02-04 14:21:18 -0800
committerDane Springmeyer <dane@dbsgeo.com>2014-02-04 14:21:18 -0800
commitbffb09c004fb27f79b9b96b128a83c6566c219c6 (patch)
treea229da8a51a03d4b4e17aa574f15ea1f7a3c73a8 /ios/llmr-app.gyp
parent3070111392dfa9090f8ead283cec15e8d062ed7b (diff)
downloadqtlocation-mapboxgl-bffb09c004fb27f79b9b96b128a83c6566c219c6.tar.gz
beauty is a triple arch command line build
Diffstat (limited to 'ios/llmr-app.gyp')
-rw-r--r--ios/llmr-app.gyp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ios/llmr-app.gyp b/ios/llmr-app.gyp
index f812eb1d7e..4dbf1fb30f 100644
--- a/ios/llmr-app.gyp
+++ b/ios/llmr-app.gyp
@@ -28,12 +28,12 @@
],
},
'xcode_settings': {
+ 'SDKROOT': 'iphoneos',
+ 'SUPPORTED_PLATFORMS':['iphonesimulator','iphoneos'],
'ARCHS': [ "armv7", "armv7s", "arm64" ],
- 'SUPPORTED_PLATFORMS': [ 'iphoneos', 'iphonesimulator' ],
'OTHER_LDFLAGS': [
'-stdlib=libc++'
],
- 'SDKROOT': 'iphoneos',
'INFOPLIST_FILE': 'Info.plist',
'CLANG_CXX_LIBRARY': 'libc++',
'CLANG_CXX_LANGUAGE_STANDARD':'c++11',