Use ar cr instead of ar cq.
This commit is contained in:
parent
ce5329a93b
commit
fa8fd43f70
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ ${PLUGIN} ${PLUGIN_NONST}: ${EXT_DEPS} ${OBJS}
|
|||
|
||||
${STATIC_LIB} ${STATIC_LIB_NOINST}: ${EXT_DEPS} ${OBJS}
|
||||
${LINK_STATUS}
|
||||
if ${AR} cq $@ ${OBJS}; then \
|
||||
if ${AR} cr $@ ${OBJS}; then \
|
||||
${LINK_OK}; \
|
||||
else \
|
||||
${LINK_FAILED}; \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue