mirror of
https://github.com/nodejs/node.git
synced 2025-08-15 13:48:44 +02:00
build: use variable for simdutf path
PR-URL: https://github.com/nodejs/node/pull/56196 Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com> Reviewed-By: Cheng Zhao <zcbenz@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
parent
9ec8b9e512
commit
a1d980c4e0
2 changed files with 8 additions and 4 deletions
6
node.gni
6
node.gni
|
@ -7,11 +7,15 @@ declare_args() {
|
|||
# The location of Node.js in source code tree.
|
||||
node_path = "//node"
|
||||
|
||||
# The location of V8, use the one from node's deps by default.
|
||||
# The location of V8 - use the one from node's deps by default.
|
||||
node_v8_path = "$node_path/deps/v8"
|
||||
|
||||
# The location of OpenSSL - use the one from node's deps by default.
|
||||
node_openssl_path = "$node_path/deps/openssl"
|
||||
|
||||
# The location of simdutf - use the one from node's deps by default.
|
||||
node_simdutf_path = "$node_path/deps/simdutf"
|
||||
|
||||
# The NODE_MODULE_VERSION defined in node_version.h.
|
||||
node_module_version = exec_script("$node_path/tools/getmoduleversion.py", [], "value")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue