Build each package sequentially with all threads available

This commit is contained in:
Harmen Stoppels 2019-12-03 14:14:15 +01:00 committed by Harmen Stoppels
parent 63e96035f9
commit 1717e81988

View File

@ -95,7 +95,7 @@ RUN \
# Build MXE # Build MXE
# #
cd /usr/src/mxe && \ cd /usr/src/mxe && \
make -j$(nproc) && \ make JOBS=$(nproc) && \
# #
# Cleanup: By keeping the MXE build system (Makefile, ...), derived images will be able to install # Cleanup: By keeping the MXE build system (Makefile, ...), derived images will be able to install
# additional packages. # additional packages.