chore(CLI): fix cli-develop Make target headers version (#1407)

The `cli-develop` target was pointing `node-gyp` to the Electron
headers, which caused native add-ons to not work.

Signed-off-by: Juan Cruz Viotti <jviotti@openmailbox.org>
This commit is contained in:
Juan Cruz Viotti 2017-05-11 06:51:49 -04:00 committed by GitHub
parent 69a982bf8d
commit b02da2d0cd

View File

@ -515,7 +515,7 @@ endif
cli-develop:
./scripts/build/dependencies-npm.sh \
-r "$(TARGET_ARCH)" \
-v "$(ELECTRON_VERSION)" \
-v "$(NODE_VERSION)" \
-t node \
-s "$(TARGET_PLATFORM)"