From ddfd479b913d1cd764b925ad5edb812b84b4b34f Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Sat, 16 Apr 2022 11:55:55 +0800 Subject: lang/v8-beta: Update to 10.1.124.1 - Use v8 tarball from GitHub mirror Changes: https://chromium.googlesource.com/v8/v8.git/+log/refs/heads/10.1-lkgr --- lang/v8-beta/files/patch-build_config_BUILD.gn | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lang/v8-beta/files/patch-build_config_BUILD.gn') diff --git a/lang/v8-beta/files/patch-build_config_BUILD.gn b/lang/v8-beta/files/patch-build_config_BUILD.gn index 3bf0166e6eea..6cae03c76623 100644 --- a/lang/v8-beta/files/patch-build_config_BUILD.gn +++ b/lang/v8-beta/files/patch-build_config_BUILD.gn @@ -1,6 +1,6 @@ ---- build/config/BUILD.gn.orig 2022-01-23 11:59:03 UTC +--- build/config/BUILD.gn.orig 2022-04-04 20:12:26 UTC +++ build/config/BUILD.gn -@@ -125,7 +125,7 @@ config("debug") { +@@ -121,7 +121,7 @@ config("debug") { # builds, and we have to tell it to turn it off. defines += [ "_HAS_ITERATOR_DEBUGGING=0" ] } @@ -9,7 +9,7 @@ enable_iterator_debugging) { # Enable libstdc++ debugging facilities to help catch problems early, see # http://crbug.com/65151 . -@@ -224,9 +224,7 @@ config("default_libs") { +@@ -220,9 +220,7 @@ config("default_libs") { ] } else if (is_linux || is_chromeos) { libs = [ @@ -19,7 +19,7 @@ ] } } -@@ -305,7 +303,7 @@ config("executable_config") { +@@ -304,7 +302,7 @@ config("executable_config") { "//build/config/ios:ios_dynamic_flags", "//build/config/ios:ios_executable_flags", ] -- cgit v1.2.3