From 7a5899578ac52ef1db9a6c42851ae5d493421c7c Mon Sep 17 00:00:00 2001 From: thomas Date: Wed, 7 Aug 2019 09:50:30 +0200 Subject: [PATCH] qtwebkit: Enable parallel build For some reason the bee magic doesn't work here, so call make by hand. --- qtwebkit.be0 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/qtwebkit.be0 b/qtwebkit.be0 index 93b848c8f..47000674d 100755 --- a/qtwebkit.be0 +++ b/qtwebkit.be0 @@ -30,9 +30,9 @@ mee_configure() { -DUSE_LIBHYPHEN=no } -#mee_build() { -# make ${BEE_MAKEFLAGS} -#} +mee_build() { + make ${BEE_MAKEFLAGS} +} #mee_install() { # make INSTALL_ROOT=${D} install