Skip to content
Snippets Groups Projects
Commit 668954bd authored by Adrien Béraud's avatar Adrien Béraud
Browse files

nodejs: build for Node v14

Change-Id: Ia4e4bcaab538ddd9a5fd2c256e7f323c87b3108a
parent 1b779e7d
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ jami_wrapper.cpp: nodejs_interface.i configurationmanager.i managerimpl.i ...@@ -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 $(SWIG) -v -c++ -javascript -node -o jami_wrapper.cpp nodejs_interface.i
build/Makefile: jami_wrapper.cpp binding.gyp 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 build/Release/obj.target/dring.node: build/Makefile jami_wrapper.cpp callback.h
node-gyp build node-gyp build
......
...@@ -5,7 +5,7 @@ nodejs_wrapper_target = custom_target('nodejs.wrapper', ...@@ -5,7 +5,7 @@ nodejs_wrapper_target = custom_target('nodejs.wrapper',
) )
nodejs_makefile_target = custom_target('nodejs.makefile', 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', output: 'build/Makefile',
depends: nodejs_wrapper_target depends: nodejs_wrapper_target
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment