summaryrefslogtreecommitdiff
path: root/mapboxgl.gyp
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-08-12 13:29:26 +0200
committerKonstantin Käfer <mail@kkaefer.com>2014-08-12 13:29:26 +0200
commit52939ce2fa7b1aaf4b4f649ea0c9ec26e132ee34 (patch)
treea17bbb7ea7e6a4fe18e0a6910d30c4a967acd755 /mapboxgl.gyp
parent9b9ad20a90f55ffb31bad71d724845d9e5511a4f (diff)
downloadqtlocation-mapboxgl-52939ce2fa7b1aaf4b4f649ea0c9ec26e132ee34.tar.gz
pass absolute path to npm executable
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 5af90fbc97..5682d7e02a 100644
--- a/mapboxgl.gyp
+++ b/mapboxgl.gyp
@@ -49,7 +49,7 @@
'outputs': [
'bin/node_modules',
],
- 'action': ['./scripts/npm_install.sh']
+ 'action': ['./scripts/npm_install.sh', '<@(npm)']
}
],
},