Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a883b0c

Browse filesBrowse files
codebytereaduh95
authored andcommitted
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 d49ff34 commit a883b0c
Copy full SHA for a883b0c

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎node.gni‎

Copy file name to clipboardExpand all lines: node.gni
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.