summaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2015-03-12 12:55:59 +0100
committerKonstantin Käfer <mail@kkaefer.com>2015-03-12 12:55:59 +0100
commit4e8036311d434db9bb1bd41b65bd39e2891e17d0 (patch)
tree75d56f01853cb64b200d8977069dfe992266e9de /linux
parentba9d2420699507c6d32b12272151529663c8d2fd (diff)
parent47ede853c4c0dd8e953f3ee98b807f044d178d76 (diff)
downloadqtlocation-mapboxgl-4e8036311d434db9bb1bd41b65bd39e2891e17d0.tar.gz
Merge pull request #838 from mapbox/838-fix-rotate-flicker
black flicker on iOS device rotation
Diffstat (limited to 'linux')
-rw-r--r--linux/mapboxgl-app.gyp4
1 files changed, 4 insertions, 0 deletions
diff --git a/linux/mapboxgl-app.gyp b/linux/mapboxgl-app.gyp
index afcc3a83a3..e7fc27da10 100644
--- a/linux/mapboxgl-app.gyp
+++ b/linux/mapboxgl-app.gyp
@@ -40,8 +40,12 @@
['OS == "mac"', {
'libraries': [ '<@(libraries)' ],
'xcode_settings': {
+ 'SDKROOT': 'macosx',
+ 'SUPPORTED_PLATFORMS':'macosx',
'OTHER_CPLUSPLUSFLAGS': [ '<@(cflags_cc)' ],
'OTHER_LDFLAGS': [ '<@(ldflags)' ],
+ 'SDKROOT': 'macosx',
+ 'MACOSX_DEPLOYMENT_TARGET': '10.9',
}
}, {
'cflags_cc': [ '<@(cflags_cc)' ],