diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2014-08-11 13:00:15 +0200 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2014-08-11 13:00:15 +0200 |
commit | eef51a867974df6279ab0c2003d9660a61ac6c5d (patch) | |
tree | 4527c8d227e292977dd9925792254be20f74306e | |
parent | be15af7e04d2d1b7ef0b1bbc36e6aaef14c5f36a (diff) | |
download | qtlocation-mapboxgl-eef51a867974df6279ab0c2003d9660a61ac6c5d.tar.gz |
fix test gyp file
-rw-r--r-- | mapboxgl.gyp | 12 | ||||
-rw-r--r-- | test/test.gyp | 2 |
2 files changed, 5 insertions, 9 deletions
diff --git a/mapboxgl.gyp b/mapboxgl.gyp index 046a5d40ad..b7944d6a1e 100644 --- a/mapboxgl.gyp +++ b/mapboxgl.gyp @@ -40,10 +40,8 @@ 'actions': [ { 'action_name': 'Touch Stylesheet Directory', - 'inputs': [ - 'styles', - ], - 'outputs': [], + 'inputs': ['styles'], + 'outputs': ['styles'], 'action': ['touch', 'styles'], # required for xcode http://openradar.appspot.com/7232149 } ], @@ -60,10 +58,8 @@ 'actions': [ { 'action_name': 'Touch Stylesheet Directory', - 'inputs': [ - 'styles', - ], - 'outputs': [], + 'inputs': ['styles'], + 'outputs': ['styles'], 'action': ['touch', 'styles'], # required for xcode http://openradar.appspot.com/7232149 } ], diff --git a/test/test.gyp b/test/test.gyp index 93260caa6b..f73c94bf02 100644 --- a/test/test.gyp +++ b/test/test.gyp @@ -189,8 +189,8 @@ "dependencies": [ "../deps/gtest/gtest.gyp:gtest", "../mapboxgl.gyp:mapboxgl", + '../mapboxgl.gyp:bundle_styles', "link_gl", - '../mapboxgl.gyp:copy_default_stylesheet', ] }, { |