From 2b75cf68949e2ec9e69596f6c6d9fb7d152b65b3 Mon Sep 17 00:00:00 2001 From: Kevin Kofler Date: Sat, 10 Jun 2017 21:40:42 +0200 Subject: [PATCH] Fix another error from gn in the no-sse2 patch --- qtwebengine-opensource-src-5.9.0-no-sse2.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qtwebengine-opensource-src-5.9.0-no-sse2.patch b/qtwebengine-opensource-src-5.9.0-no-sse2.patch index efdfc7f..ed19885 100644 --- a/qtwebengine-opensource-src-5.9.0-no-sse2.patch +++ b/qtwebengine-opensource-src-5.9.0-no-sse2.patch @@ -2499,7 +2499,7 @@ diff -Nur qtwebengine-opensource-src-5.9.0/src/3rdparty/chromium/v8/BUILD.gn qtw + ":v8_maybe_snapshot", + ] + -+ configs = [ ":internal_config" ] ++ configs += [ ":internal_config" ] + + public_configs = [ ":external_config" ] + }