From 6d09d1c6616ec80c9b63accadca660a594373006 Mon Sep 17 00:00:00 2001 From: xpamych Date: Sun, 8 Jan 2023 11:08:13 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20$NCPU?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- qt6-git/lure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt6-git/lure.sh b/qt6-git/lure.sh index c8ae1be..b063046 100755 --- a/qt6-git/lure.sh +++ b/qt6-git/lure.sh @@ -25,7 +25,7 @@ cd ./qt6-build } build() { -cmake --build . --parallel +cmake --build . --parallel "${NCPU}" } package() { # install -Dm755 ./${name}v${version}/ "${pkgdir}/usr/bin/"