summaryrefslogtreecommitdiff
path: root/mapboxgl.gyp
diff options
context:
space:
mode:
authorMike Morris <michael.patrick.morris@gmail.com>2014-08-11 13:24:25 -0400
committerMike Morris <michael.patrick.morris@gmail.com>2014-08-11 13:24:25 -0400
commitfae1c157f6fe15097bb3ca663dd62775ed608622 (patch)
tree3c0215d25b0a2796696d2b17475cba720738d21c /mapboxgl.gyp
parent702c74fbd937be06e77bf7aac81365f764ac4ebc (diff)
downloadqtlocation-mapboxgl-fae1c157f6fe15097bb3ca663dd62775ed608622.tar.gz
build fixes
Diffstat (limited to 'mapboxgl.gyp')
-rw-r--r--mapboxgl.gyp5
1 files changed, 1 insertions, 4 deletions
diff --git a/mapboxgl.gyp b/mapboxgl.gyp
index 5a526f8e90..2b27222520 100644
--- a/mapboxgl.gyp
+++ b/mapboxgl.gyp
@@ -57,9 +57,6 @@
'target_name': 'bundle_styles',
'type': 'none',
'hard_dependency': 1,
- 'dependencies': [
- 'npm_install'
- ],
'actions': [
{
'action_name': 'Touch Stylesheet Directory',
@@ -98,7 +95,7 @@
'type': 'none',
'hard_dependency': 1,
'dependencies': [
- 'build_stylesheet'
+ 'bundle_styles'
],
'copies': [
{