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

cmake/nodejs: build for node 22, arm64

Change-Id: I8b2d628acfdcad83983e12409b5c033a318a6bf4
parent 4b8946fb
No related branches found
No related tags found
No related merge requests found
......@@ -695,7 +695,7 @@ else()
# Build nodejs binding
add_custom_target(jamid
ALL
COMMAND node-gyp rebuild --target=v18.19.1 --arch=x64
COMMAND node-gyp rebuild --target=v22.4.1 --arch=arm64
DEPENDS
${CMAKE_CURRENT_SOURCE_DIR}/bin/nodejs/binding.gyp
${CMAKE_CURRENT_SOURCE_DIR}/bin/nodejs/callback.h
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment