Ports: Make llvm adhere to the number of build jobs

This commit is contained in:
Tim Schumacher 2022-04-29 22:23:12 +02:00 committed by Linus Groh
parent d8ce2802e0
commit 8f8673474a
Notes: sideshowbarker 2024-07-17 11:20:25 +09:00

View File

@ -50,7 +50,7 @@ configure() {
}
build() {
ninja -C llvm-build
ninja -j${MAKEJOBS} -C llvm-build
}
install() {