1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 23:27:35 +00:00

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() {