Skip to content

Commit 5aad0a7

Browse files
authored
build: use //third_party/simdutf by default in GN
PR-URL: #58115 Reviewed-By: Cheng Zhao <zcbenz@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
1 parent a44ccac commit 5aad0a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node.gni

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ declare_args() {
1414
node_openssl_path = "$node_path/deps/openssl"
1515

1616
# The location of simdutf - use the one from node's deps by default.
17-
node_simdutf_path = "$node_path/deps/simdutf"
17+
node_simdutf_path = "//third_party/simdutf"
1818

1919
# The NODE_MODULE_VERSION defined in node_version.h.
2020
node_module_version = exec_script("$node_path/tools/getmoduleversion.py", [], "value")

0 commit comments

Comments
 (0)