diff options
author | Mike Morris <michael.patrick.morris@gmail.com> | 2014-08-11 13:24:25 -0400 |
---|---|---|
committer | Mike Morris <michael.patrick.morris@gmail.com> | 2014-08-11 13:24:25 -0400 |
commit | fae1c157f6fe15097bb3ca663dd62775ed608622 (patch) | |
tree | 3c0215d25b0a2796696d2b17475cba720738d21c /mapboxgl.gyp | |
parent | 702c74fbd937be06e77bf7aac81365f764ac4ebc (diff) | |
download | qtlocation-mapboxgl-fae1c157f6fe15097bb3ca663dd62775ed608622.tar.gz |
build fixes
Diffstat (limited to 'mapboxgl.gyp')
-rw-r--r-- | mapboxgl.gyp | 5 |
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': [ { |