From 7b080e8fc3100a0a4346f21d039a2737e1187ea1 Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Mon, 6 Apr 2015 11:23:09 -0400 Subject: fix style copying for linux app on osx - refs #511 / e69beba4d1 --- gyp/styles.gypi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gyp/styles.gypi') 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' ], } -- cgit v1.2.1