Skip to content

Commit

Permalink
qtwebkit: Enable parallel build
Browse files Browse the repository at this point in the history
For some reason the bee magic doesn't work here, so
call make by hand.
  • Loading branch information
thomas committed Aug 7, 2019
1 parent 1588e09 commit 7a58995
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions qtwebkit.be0
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7a58995

Please sign in to comment.