Commit 0f850db9 authored by Christoffer Ackelman's avatar Christoffer Ackelman

Fixed parallel compile on old debian.

parent 9da92c00
......@@ -1461,7 +1461,7 @@ sub _build () # args: branch, subbranch, flavour, phase
$ENV{"cross_compile"} = "-m32";
}
if (($branch eq "lib" && $subbranch ne "dtt") || $branch eq "wbl") {
# All libraries and GUI-exe files can be compiled in parallel
# All libraries and wbl files can be compiled in parallel
system("make -j @_") && exit 1;
} else {
system("make @_") && exit 1;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment