Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Use $(AR) instead of hardcoding ar tool
Keve committed 1 year ago
commit 903ec3ed9982c9d6554d576080865e3768793af2
parent e59b844
1 file changed +1 -1
modified libpkg/Makefile.autosetup
@@ -188,7 +188,7 @@ lib$(LIB)_flat.a: $(STATIC_LIBS)
	libtool -static -o lib$(LIB)_flat.a $(STATIC_LIBS)
@else
lib$(LIB)_flat.a: ${STATIC_LIBS} mergelib_script
-
	ar -M < mergelib_script
+
	$(AR) -M < mergelib_script
@endif

mergelib_script: $(STATIC_LIBS)