From 02c93d74c5a139abfa919147ed7ab530acffbac3 Mon Sep 17 00:00:00 2001 From: Andreas Smas Date: Thu, 18 Jan 2018 15:39:56 -0800 Subject: [PATCH] Ugh, recursive Makefiles doesn't work with Doozer's built-in jobserver, be explicit --- .doozer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.doozer.json b/.doozer.json index 3eccdb0c..d658daba 100644 --- a/.doozer.json +++ b/.doozer.json @@ -14,7 +14,7 @@ "buildcmd": [ "[ ! -d ${DEVKITPATH} ] && (rm -rf ${DEVKITPATH} && mkdir ${DEVKITPATH} && wget -O /tmp/devkita64.7z ${DEVKITURL} && cd ${DEVKITPATH} && 7z x -y /tmp/devkita64.7z) || /bin/true", - "DEVKITA64=${DEVKITPATH}/devkitA64 make -j" + "DEVKITA64=${DEVKITPATH}/devkitA64 make -j${PARALLEL}" ] } }