We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d49ff34 commit a883b0cCopy full SHA for a883b0c
node.gni
@@ -14,7 +14,7 @@ declare_args() {
14
node_openssl_path = "$node_path/deps/openssl"
15
16
# The location of simdutf - use the one from node's deps by default.
17
- node_simdutf_path = "$node_path/deps/simdutf"
+ node_simdutf_path = "//third_party/simdutf"
18
19
# The NODE_MODULE_VERSION defined in node_version.h.
20
node_module_version = exec_script("$node_path/tools/getmoduleversion.py", [], "value")
0 commit comments