summaryrefslogtreecommitdiff
path: root/gyp
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2015-04-21 15:11:45 +0200
committerKonstantin Käfer <mail@kkaefer.com>2015-04-21 15:11:45 +0200
commit7e7f7b827371fd0ee5cb54fbaab5ac1ff59e4874 (patch)
tree80984260d852d170aeb4e0cf8c11b70d6640938a /gyp
parent75af3db17dcc8647a3705fb8dee5a23279b2c0b9 (diff)
downloadqtlocation-mapboxgl-7e7f7b827371fd0ee5cb54fbaab5ac1ff59e4874.tar.gz
copy the styles to the correct location for iOS builds
Diffstat (limited to 'gyp')
-rw-r--r--gyp/styles.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gyp/styles.gypi b/gyp/styles.gypi
index 2c8772a87c..8b3032b58c 100644
--- a/gyp/styles.gypi
+++ b/gyp/styles.gypi
@@ -19,7 +19,7 @@
'hard_dependency': 1,
'dependencies': [ 'touch_styles' ], # required for xcode http://openradar.appspot.com/7232149
'conditions': [
- ['platform_lib == "osx"', {
+ ['platform_lib == "osx" or platform_lib == "ios"', {
'direct_dependent_settings': {
'mac_bundle_resources': [ '../styles/styles' ],
}