mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 23:37:35 +00:00
Ports: Make cmake adhere to the number of build jobs
This commit is contained in:
parent
8f8673474a
commit
812aa1a99c
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ configure() {
|
|||
}
|
||||
|
||||
build() {
|
||||
run ninja
|
||||
run ninja -j${MAKEJOBS}
|
||||
}
|
||||
|
||||
install() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue