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

Ports: Make cmake adhere to the number of build jobs

This commit is contained in:
Tim Schumacher 2022-04-29 22:37:08 +02:00 committed by Linus Groh
parent 8f8673474a
commit 812aa1a99c

View file

@ -12,7 +12,7 @@ configure() {
} }
build() { build() {
run ninja run ninja -j${MAKEJOBS}
} }
install() { install() {