mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-22 18:56:31 +00:00
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:
parent
69a982bf8d
commit
b02da2d0cd
2
Makefile
2
Makefile
@ -515,7 +515,7 @@ endif
|
|||||||
cli-develop:
|
cli-develop:
|
||||||
./scripts/build/dependencies-npm.sh \
|
./scripts/build/dependencies-npm.sh \
|
||||||
-r "$(TARGET_ARCH)" \
|
-r "$(TARGET_ARCH)" \
|
||||||
-v "$(ELECTRON_VERSION)" \
|
-v "$(NODE_VERSION)" \
|
||||||
-t node \
|
-t node \
|
||||||
-s "$(TARGET_PLATFORM)"
|
-s "$(TARGET_PLATFORM)"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user