mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 00:50:22 +00:00
Ports: Make llvm adhere to the number of build jobs
This commit is contained in:
parent
d8ce2802e0
commit
8f8673474a
Notes:
sideshowbarker
2024-07-17 11:20:25 +09:00
Author: https://github.com/timschumi Commit: https://github.com/SerenityOS/serenity/commit/8f8673474a Pull-request: https://github.com/SerenityOS/serenity/pull/13842
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