From 812aa1a99c1e4fb4b9ccbf1553071f275a34c10b Mon Sep 17 00:00:00 2001 From: Tim Schumacher Date: Fri, 29 Apr 2022 22:37:08 +0200 Subject: [PATCH] Ports: Make cmake adhere to the number of build jobs --- Ports/cmake/package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ports/cmake/package.sh b/Ports/cmake/package.sh index 0b845601e1..77932aa41c 100755 --- a/Ports/cmake/package.sh +++ b/Ports/cmake/package.sh @@ -12,7 +12,7 @@ configure() { } build() { - run ninja + run ninja -j${MAKEJOBS} } install() {