Skip to content

Commit b038fe4

Browse files
committed
build: use //third_party/simdutf by default in GN
nodejs/node#58115
1 parent 31f98dd commit b038fe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patches/node/fix_handle_boringssl_and_openssl_incompatibilities.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ index 245a43920c7baf000ba63192a84a4c3fd219be7d..56a554175b805c1703f13d62041f8c80
183183
+ node_openssl_path = "//third_party/boringssl"
184184

185185
# The location of simdutf - use the one from node's deps by default.
186-
node_simdutf_path = "$node_path/deps/simdutf"
186+
node_simdutf_path = "//third_party/simdutf"
187187
diff --git a/src/crypto/crypto_cipher.cc b/src/crypto/crypto_cipher.cc
188188
index 2176fb6982484e2c42538478eeb4dd81c9d50ee1..c00d3616e08b00b1e0a3a29b2dbb5278e1e14fcc 100644
189189
--- a/src/crypto/crypto_cipher.cc

0 commit comments

Comments
 (0)