diff options
Diffstat (limited to 'lang/v8/files/patch-BUILD.gn')
-rw-r--r-- | lang/v8/files/patch-BUILD.gn | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/v8/files/patch-BUILD.gn b/lang/v8/files/patch-BUILD.gn index db2a992ae2d1..f39f14add820 100644 --- a/lang/v8/files/patch-BUILD.gn +++ b/lang/v8/files/patch-BUILD.gn @@ -1,6 +1,6 @@ ---- BUILD.gn.orig 2021-06-08 16:09:55 UTC +--- BUILD.gn.orig 2021-10-06 18:22:58 UTC +++ BUILD.gn -@@ -4600,7 +4600,7 @@ v8_component("v8_libbase") { +@@ -4804,7 +4804,7 @@ v8_component("v8_libbase") { } } @@ -9,7 +9,7 @@ sources += [ "src/base/debug/stack_trace_posix.cc", "src/base/platform/platform-linux.cc", -@@ -4617,6 +4617,12 @@ v8_component("v8_libbase") { +@@ -4821,6 +4821,12 @@ v8_component("v8_libbase") { ] libs = [ "dl" ] @@ -22,7 +22,7 @@ } else if (is_android) { if (current_toolchain == host_toolchain) { libs = [ -@@ -5049,6 +5055,7 @@ if (v8_monolithic) { +@@ -5313,6 +5319,7 @@ if (v8_monolithic) { ":v8_libplatform", "//build/win:default_exe_manifest", ] |