diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-01-26 03:18:35 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-01-26 03:50:00 +0800 |
commit | 5023d2e0799d0ca52a646d62d30e0361cf9f16a8 (patch) | |
tree | 55dba4d7eb7449b5f13244c739e12dd42e62e461 /lang/v8-beta/files/patch-BUILD.gn | |
parent | lang/v8: Update to 9.7.106.19 (diff) |
lang/v8-beta: Update to 9.8.177.7
Changes: https://v8.dev/blog/v8-release-98
https://chromium.googlesource.com/v8/v8.git/+log/refs/heads/9.8-lkgr
Diffstat (limited to 'lang/v8-beta/files/patch-BUILD.gn')
-rw-r--r-- | lang/v8-beta/files/patch-BUILD.gn | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/v8-beta/files/patch-BUILD.gn b/lang/v8-beta/files/patch-BUILD.gn index 36393c012109..8ec8de722036 100644 --- a/lang/v8-beta/files/patch-BUILD.gn +++ b/lang/v8-beta/files/patch-BUILD.gn @@ -1,6 +1,6 @@ ---- BUILD.gn.orig 2021-11-15 18:52:12 UTC +--- BUILD.gn.orig 2022-01-23 11:58:51 UTC +++ BUILD.gn -@@ -5090,7 +5090,7 @@ v8_component("v8_libbase") { +@@ -5094,7 +5094,7 @@ v8_component("v8_libbase") { } } @@ -9,7 +9,7 @@ sources += [ "src/base/debug/stack_trace_posix.cc", "src/base/platform/platform-linux.cc", -@@ -5107,6 +5107,12 @@ v8_component("v8_libbase") { +@@ -5111,6 +5111,12 @@ v8_component("v8_libbase") { ] libs = [ "dl" ] @@ -22,7 +22,7 @@ } else if (is_android) { if (current_toolchain == host_toolchain) { libs = [ -@@ -5607,6 +5613,7 @@ if (v8_monolithic) { +@@ -5611,6 +5617,7 @@ if (v8_monolithic) { ":v8_libplatform", "//build/win:default_exe_manifest", ] |