nodejs: build for Node v14

Change-Id: Ia4e4bcaab538ddd9a5fd2c256e7f323c87b3108a
This commit is contained in:
Adrien Béraud
2021-04-10 17:47:45 -04:00
parent 1b779e7dec
commit 668954bd0e
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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
)