Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
[build] use node-cmake 2.x
Browse files Browse the repository at this point in the history
- Removes need to run `npm install` before invoking cmake
  • Loading branch information
kkaefer committed Feb 22, 2017
1 parent 341e65f commit 5b24b14
Show file tree
Hide file tree
Showing 5 changed files with 612 additions and 19 deletions.
5 changes: 0 additions & 5 deletions Makefile
Expand Up @@ -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 ##############################################################
Expand Down

0 comments on commit 5b24b14

Please sign in to comment.