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

View file

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