summaryrefslogtreecommitdiff
path: root/gyp
diff options
context:
space:
mode:
authorDane Springmeyer <dane@mapbox.com>2014-10-31 16:15:14 -0400
committerJohn Firebaugh <john.firebaugh@gmail.com>2014-10-31 17:14:30 -0400
commit80040304b416f1cd82fa683235cfe2371113fc8c (patch)
tree290b256069ab7c0b9a2e10940258bfd59bd99f58 /gyp
parentd675828fe14d55c1a0de30f951d2005ae5d8cf84 (diff)
downloadqtlocation-mapboxgl-80040304b416f1cd82fa683235cfe2371113fc8c.tar.gz
only the linux app needs 'copy-styles'
- works around make xproj error (gyp generator bug?) with nested paths that leads to 'assert group_ref.__class__ == PBXGroup'
Diffstat (limited to 'gyp')
-rw-r--r--gyp/styles.gypi12
1 files changed, 1 insertions, 11 deletions
diff --git a/gyp/styles.gypi b/gyp/styles.gypi
index 19f84481dc..02cdea6e04 100644
--- a/gyp/styles.gypi
+++ b/gyp/styles.gypi
@@ -21,16 +21,6 @@
'direct_dependent_settings': {
'mac_bundle_resources': [ '../styles/styles' ],
}
- },
- {
- 'target_name': 'copy_styles',
- 'type': 'none',
- 'hard_dependency': 1,
- 'dependencies': [ 'touch_styles' ], # required for xcode http://openradar.appspot.com/7232149
- 'copies': [{
- 'files': [ '../styles' ],
- 'destination': '<(PRODUCT_DIR)'
- }],
- },
+ }
]
}