Skip to content

Commit a883b0c

Browse files
codebytereaduh95
authored andcommitted
build: use //third_party/simdutf by default in GN
PR-URL: #58115 Reviewed-By: Cheng Zhao <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]>
1 parent d49ff34 commit a883b0c

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)