summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfang642024-04-24 06:54:05 -0400
committerfang642024-04-24 06:54:05 -0400
commit9e7ab98e4c32a0f7f6f46e03faac6e360014e312 (patch)
treeb563cea3b71a640f4c6fa1f313ae23c040b09067 /PKGBUILD
parent22ed9fd5cbc5cce885db396b0373deae24ca2c98 (diff)
downloadaur-hamclock.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 b6e77f64dc41..390f5e888752 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -39,7 +39,7 @@ prepare() {
build() {
cd "hamclock-$pkgver/ESPHamClock"
- make -j 4 hamclock-800x480
+ make -j $(nproc) hamclock-800x480
}
package() {