summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfang642024-04-24 06:57:25 -0400
committerfang642024-04-24 06:57:25 -0400
commit968fc65def45feec94c7be5253e7e1a91826df7f (patch)
treeedc12ce0da4c8293a5e79041aecc5db490863778 /PKGBUILD
parent64ed943b157b99bc2ae97df6a667772a02f1035a (diff)
downloadaur-hamclock-big.tar.gz
fix: use cpu core count on make thread flag
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8e7e652f8db1..c9738ef5386c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -39,7 +39,7 @@ prepare() {
build() {
cd "hamclock-$pkgver/ESPHamClock"
- make -j 4 hamclock-1600x960
+ make -j $(nproc) hamclock-1600x960
}
package() {