diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-05-13 19:29:05 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-05-13 19:39:16 +0800 |
commit | f16c7e8f4f8cd360806e908e659203a5732cf05a (patch) | |
tree | a1e3c3b596c98ac3f6c59246e2ffe67faf1a6d3d /lang/v8-beta/files/patch-BUILD.gn | |
parent | lang/v8: Update to 10.1.124.11 (diff) |
lang/v8-beta: Update to 10.2.154.3
- Add EXAMPLES option
Changes: https://chromium.googlesource.com/v8/v8.git/+log/refs/heads/10.2-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 14f0db784cd8..7906d938cd75 100644 --- a/lang/v8-beta/files/patch-BUILD.gn +++ b/lang/v8-beta/files/patch-BUILD.gn @@ -1,6 +1,6 @@ ---- BUILD.gn.orig 2022-03-17 10:34:15 UTC +--- BUILD.gn.orig 2022-04-21 12:21:39 UTC +++ BUILD.gn -@@ -5229,7 +5229,7 @@ v8_component("v8_libbase") { +@@ -5239,7 +5239,7 @@ v8_component("v8_libbase") { } } @@ -9,7 +9,7 @@ sources += [ "src/base/debug/stack_trace_posix.cc", "src/base/platform/platform-linux.cc", -@@ -5246,6 +5246,12 @@ v8_component("v8_libbase") { +@@ -5256,6 +5256,12 @@ v8_component("v8_libbase") { ] libs = [ "dl" ] @@ -22,7 +22,7 @@ } else if (is_android) { if (current_toolchain == host_toolchain) { libs = [ -@@ -5769,6 +5775,7 @@ if (v8_monolithic) { +@@ -5778,6 +5784,7 @@ if (v8_monolithic) { ":v8_libplatform", "//build/win:default_exe_manifest", ] |