Change args to AR command

cmake
Salvatore Filippone 1 year ago
parent 2910ac6537
commit 886d539ffc

2
configure vendored

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

@ -611,7 +611,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