diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2017-02-21 18:32:53 +0100 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2017-02-22 18:22:18 +0100 |
commit | 5b24b1474187807b46de2e4c4fb587bcdee4d1ea (patch) | |
tree | 013a4e592303d956e935969f1305695dada1edb3 /Makefile | |
parent | 341e65f7d51e7acc0bf73893317251adc4d23cb6 (diff) | |
download | qtlocation-mapboxgl-5b24b1474187807b46de2e4c4fb587bcdee4d1ea.tar.gz |
[build] use node-cmake 2.x
- Removes need to run `npm install` before invoking cmake
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -47,12 +47,7 @@ endif .PHONY: default default: test -.NOTPARALLEL: node_modules -node_modules: package.json - npm install --ignore-scripts # Install dependencies but don't run our own install script. - BUILD_DEPS += Makefile -BUILD_DEPS += node_modules BUILD_DEPS += CMakeLists.txt #### macOS targets ############################################################## |