summaryrefslogtreecommitdiff
path: root/mapboxgl.gyp
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-08-11 13:00:15 +0200
committerKonstantin Käfer <mail@kkaefer.com>2014-08-11 13:00:15 +0200
commiteef51a867974df6279ab0c2003d9660a61ac6c5d (patch)
tree4527c8d227e292977dd9925792254be20f74306e /mapboxgl.gyp
parentbe15af7e04d2d1b7ef0b1bbc36e6aaef14c5f36a (diff)
downloadqtlocation-mapboxgl-eef51a867974df6279ab0c2003d9660a61ac6c5d.tar.gz
fix test gyp file
Diffstat (limited to 'mapboxgl.gyp')
-rw-r--r--mapboxgl.gyp12
1 files changed, 4 insertions, 8 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
}
],