From b02da2d0cd787a6729900dbc3c306e11d583d0e3 Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Thu, 11 May 2017 06:51:49 -0400 Subject: [PATCH] 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e61d6836..3bc4b2d7 100644 --- a/Makefile +++ b/Makefile @@ -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)"