summarylogtreecommitdiffstats
path: root/use-system-libraries-in-node.patch
diff options
context:
space:
mode:
Diffstat (limited to 'use-system-libraries-in-node.patch')
-rw-r--r--use-system-libraries-in-node.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/use-system-libraries-in-node.patch b/use-system-libraries-in-node.patch
index 6e1181997d79..165cc83fb4f8 100644
--- a/use-system-libraries-in-node.patch
+++ b/use-system-libraries-in-node.patch
@@ -19,7 +19,7 @@
assert(!node_use_dtrace, "node_use_dtrace not supported in GN")
assert(!node_use_etw, "node_use_etw not supported in GN")
-@@ -190,10 +202,8 @@
+@@ -182,10 +194,8 @@
component("node_lib") {
deps = [
":node_js2c",
@@ -30,7 +30,7 @@
"deps/uvwasi",
"//third_party/zlib",
"//third_party/brotli:dec",
-@@ -209,6 +219,19 @@
+@@ -201,6 +211,19 @@
public_configs = [ ":node_lib_config" ]
include_dirs = [ "src" ]
libs = []