Fix another error from gn in the no-sse2 patch

This commit is contained in:
Kevin Kofler 2017-06-10 21:40:42 +02:00
parent 5ee9cc8b11
commit 2b75cf6894
1 changed files with 1 additions and 1 deletions

View File

@ -2499,7 +2499,7 @@ diff -Nur qtwebengine-opensource-src-5.9.0/src/3rdparty/chromium/v8/BUILD.gn qtw
+ ":v8_maybe_snapshot", + ":v8_maybe_snapshot",
+ ] + ]
+ +
+ configs = [ ":internal_config" ] + configs += [ ":internal_config" ]
+ +
+ public_configs = [ ":external_config" ] + public_configs = [ ":external_config" ]
+ } + }