mirror of
https://github.com/nodejs/node.git
synced 2025-08-15 13:48:44 +02:00
build: use //third_party/simdutf by default in GN
PR-URL: https://github.com/nodejs/node/pull/58115 Reviewed-By: Cheng Zhao <zcbenz@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
This commit is contained in:
parent
e6d1224e54
commit
8c2cf3a372
1 changed files with 1 additions and 1 deletions
2
node.gni
2
node.gni
|
@ -14,7 +14,7 @@ declare_args() {
|
|||
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"
|
||||
node_simdutf_path = "//third_party/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