summaryrefslogtreecommitdiff
path: root/mapboxgl.gyp
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-08-12 11:54:11 +0200
committerKonstantin Käfer <mail@kkaefer.com>2014-08-12 11:54:11 +0200
commit919947e6c7e1e414e9c9f462d1bf3769db73ecf1 (patch)
treee818438dcf2fc38d69f438faef055b13d911a0d0 /mapboxgl.gyp
parent6f802642917136eb29d385d31d1817a98b562bbe (diff)
downloadqtlocation-mapboxgl-919947e6c7e1e414e9c9f462d1bf3769db73ecf1.tar.gz
remove uv.h dependency in darwin-specific code
Diffstat (limited to 'mapboxgl.gyp')
-rw-r--r--mapboxgl.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mapboxgl.gyp b/mapboxgl.gyp
index b7944d6a1e..fa544b18f5 100644
--- a/mapboxgl.gyp
+++ b/mapboxgl.gyp
@@ -41,7 +41,7 @@
{
'action_name': 'Touch Stylesheet Directory',
'inputs': ['styles'],
- 'outputs': ['styles'],
+ 'outputs': [],
'action': ['touch', 'styles'], # required for xcode http://openradar.appspot.com/7232149
}
],