mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +00:00
added target os/arch to npm install...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
b7d355329f
commit
85592e297a
@ -749,7 +749,10 @@ $(APP_NAME).desktop: App.desktop
|
|||||||
|
|
||||||
|
|
||||||
$(NODE_DIR): package.json
|
$(NODE_DIR): package.json
|
||||||
npm install
|
npm install \
|
||||||
|
--platform=$(TARGET_OS) \
|
||||||
|
--arch=$(ARCH)
|
||||||
|
# npm install
|
||||||
# # patch requirejs (see: NOTES)
|
# # patch requirejs (see: NOTES)
|
||||||
# make patched-requirejs
|
# make patched-requirejs
|
||||||
# NOTE: this may break on some systems due to a dependency issue...
|
# NOTE: this may break on some systems due to a dependency issue...
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user