From 622e064e87bbc3b0f2ec158fbf51cc327b7de100 Mon Sep 17 00:00:00 2001 From: Rmys Date: Tue, 19 Apr 2022 23:12:07 +0300 Subject: [PATCH] qt5-webengine --- desktop/toolkit/qt5/qt5-webengine/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/toolkit/qt5/qt5-webengine/actions.py b/desktop/toolkit/qt5/qt5-webengine/actions.py index 44b084392c..32c5dc8a7a 100755 --- a/desktop/toolkit/qt5/qt5-webengine/actions.py +++ b/desktop/toolkit/qt5/qt5-webengine/actions.py @@ -17,7 +17,7 @@ def setup(): shelltools.unlinkDir("src/3rdparty") shelltools.move("../qtwebengine-chromium-*", "src/3rdparty") shelltools.system("mkdir src/3rdparty/chromium/.git") - #shelltools.system("patch -p1 < qtwebengine-5.15.7-build_fixes-1.patch") + shelltools.system("patch -p1 < qtwebengine-5.15.7-build_fixes-1.patch") shelltools.system("sed -i 's/NINJAJOBS/NINJA_JOBS/' src/core/gn_run.pro")