commit 64c9302
chld
·
2026-08-26 22:01:01 +0000 UTC
parent eec668b
htop: remove unnecessary CC flag on make
1 files changed,
+1,
-1
+1,
-1
1@@ -15,7 +15,7 @@ build() {
2 LDFLAGS="-L$PREFIX/lib -static" \
3 LIBS="-lcursesw -lterminfo"
4 msg "building htop..."
5- make CC="${CC:-cc}" $MAKEFLAGS
6+ make $MAKEFLAGS
7 msg "installing htop..."
8 make DESTDIR="${DESTDIR:-}" install
9 }