mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
nodejs: build for Node v14
Change-Id: Ia4e4bcaab538ddd9a5fd2c256e7f323c87b3108a
This commit is contained in:
@ -9,7 +9,7 @@ jami_wrapper.cpp: nodejs_interface.i configurationmanager.i managerimpl.i
|
||||
$(SWIG) -v -c++ -javascript -node -o jami_wrapper.cpp nodejs_interface.i
|
||||
|
||||
build/Makefile: jami_wrapper.cpp binding.gyp
|
||||
node-gyp configure --target=v12.18.2 --arch=x64
|
||||
node-gyp configure --target=v14.16.1 --arch=x64
|
||||
|
||||
build/Release/obj.target/dring.node: build/Makefile jami_wrapper.cpp callback.h
|
||||
node-gyp build
|
||||
|
@ -5,7 +5,7 @@ nodejs_wrapper_target = custom_target('nodejs.wrapper',
|
||||
)
|
||||
|
||||
nodejs_makefile_target = custom_target('nodejs.makefile',
|
||||
command: [prognodegyp, 'configure', '--target=v12.18.2', '--arch=x64'],
|
||||
command: [prognodegyp, 'configure', '--target=v14.16.1', '--arch=x64'],
|
||||
output: 'build/Makefile',
|
||||
depends: nodejs_wrapper_target
|
||||
)
|
||||
|
Reference in New Issue
Block a user