Change args for AR command

development
Salvatore Filippone 1 day ago
parent 9ccadf5b95
commit 5ec8561317

2
configure vendored

@ -8834,7 +8834,7 @@ if test "X$RANLIB" == "X" ; then
fi fi
# This should be portable # This should be portable
AR="${AR} -cur" AR="${AR} -cDr"
############################################################################### ###############################################################################

@ -717,7 +717,7 @@ if test "X$RANLIB" == "X" ; then
fi fi
# This should be portable # This should be portable
AR="${AR} -cur" AR="${AR} -cDr"
############################################################################### ###############################################################################

Loading…
Cancel
Save