Skip to content

Commit 6418978

Browse files
committed
build: use variable for simdutf path
nodejs/node#56196
1 parent dfc9675 commit 6418978

1 file changed

Lines changed: 3 additions & 16 deletions

File tree

patches/node/fix_handle_boringssl_and_openssl_incompatibilities.patch

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -600,10 +600,10 @@ index fc7f898a6b9b6072c15d77710c20ed1ba580966b..f39dcad0a28ae483e6d0e5df38166931
600600
#endif
601601

602602
diff --git a/unofficial.gni b/unofficial.gni
603-
index f6793b8bf22d6ac911a1977edaa881b6dbbe7ac7..ddfbb97276b29df114ab455a2eed3b186b3af5d2 100644
603+
index 3632d5bd21e277fcbd8d62dc65598a7f7c87f00e..08a4ed939fb1482a897def94128282fdfd63dc62 100644
604604
--- a/unofficial.gni
605605
+++ b/unofficial.gni
606-
@@ -150,7 +150,6 @@ template("node_gn_build") {
606+
@@ -151,7 +151,6 @@ template("node_gn_build") {
607607
]
608608
deps = [
609609
":run_node_js2c",
@@ -617,19 +617,6 @@ index f6793b8bf22d6ac911a1977edaa881b6dbbe7ac7..ddfbb97276b29df114ab455a2eed3b18
617617
"//third_party/zlib",
618618
+ "//third_party/brotli:dec",
619619
+ "//third_party/brotli:enc",
620+
"$node_simdutf_path",
620621
"$node_v8_path:v8_libplatform",
621622
]
622-
623-
@@ -187,10 +188,8 @@ template("node_gn_build") {
624-
deps += [ "//third_party/icu" ]
625-
}
626-
if (node_use_openssl) {
627-
- deps += [
628-
- "deps/ncrypto",
629-
- "//third_party/boringssl"
630-
- ]
631-
+ deps += [ "deps/ncrypto" ]
632-
+ public_deps += [ "$node_crypto_path" ]
633-
sources += gypi_values.node_crypto_sources
634-
}
635-
if (node_enable_inspector) {

0 commit comments

Comments
 (0)