summaryrefslogtreecommitdiff
path: root/gyp
diff options
context:
space:
mode:
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' ],
}