You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-mathematics/cadical/files/cadical-makefile.in-ar.patch

13 lines
323 B

index 8fd957f..cdad96e 100644
--- a/makefile.in
+++ b/makefile.in
@@ -47,7 +48,7 @@ mobical: mobical.o libcadical.a makefile $(LIBS)
$(COMPILE) -o $@ $< -L. -lcadical
libcadical.a: $(OBJ) makefile
- ar rc $@ $(OBJ)
+ ${AR} rc $@ $(OBJ)
#--------------------------------------------------------------------------#