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() {
run ninja
run ninja -j${MAKEJOBS}
}
install() {