mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 03:57:35 +00: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() {
|
build() {
|
||||||
ninja -C llvm-build
|
ninja -j${MAKEJOBS} -C llvm-build
|
||||||
}
|
}
|
||||||
|
|
||||||
install() {
|
install() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue