mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 12:32:40 +02:00
Ugh, recursive Makefiles doesn't work with Doozer's built-in jobserver, be explicit
This commit is contained in:
parent
5d82dcbf0c
commit
02c93d74c5
@ -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}"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user