mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 09:51:57 -05:00
Ports: Make llvm adhere to the number of build jobs
This commit is contained in:
parent
d8ce2802e0
commit
8f8673474a
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ configure() {
|
|||
}
|
||||
|
||||
build() {
|
||||
ninja -C llvm-build
|
||||
ninja -j${MAKEJOBS} -C llvm-build
|
||||
}
|
||||
|
||||
install() {
|
||||
|
|
Loading…
Reference in a new issue