summaryrefslogtreecommitdiff
path: root/gyp
diff options
context:
space:
mode:
authorDane Springmeyer <dane@mapbox.com>2015-04-06 11:23:09 -0400
committerKonstantin Käfer <mail@kkaefer.com>2015-04-20 11:34:22 +0200
commit7b080e8fc3100a0a4346f21d039a2737e1187ea1 (patch)
treecbd7f5628543c26ba65e8589664844a31c995a9c /gyp
parentf80238577c5a42f2b65e0c4b5feb3bbac4243b3c (diff)
downloadqtlocation-mapboxgl-7b080e8fc3100a0a4346f21d039a2737e1187ea1.tar.gz
fix style copying for linux app on osx - refs #511 / e69beba4d1
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 e1cd344fe1..2c8772a87c 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': [
- ['OS == "mac"', {
+ ['platform_lib == "osx"', {
'direct_dependent_settings': {
'mac_bundle_resources': [ '../styles/styles' ],
}