From 1717e81988bf146b1460539016d995f5ac784988 Mon Sep 17 00:00:00 2001 From: Harmen Stoppels Date: Tue, 3 Dec 2019 14:14:15 +0100 Subject: [PATCH] Build each package sequentially with all threads available --- common.windows | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.windows b/common.windows index 795fc8e..c988003 100644 --- a/common.windows +++ b/common.windows @@ -95,7 +95,7 @@ RUN \ # Build 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 # additional packages.