Fix using wrong .o files with Apple libtool
This commit is contained in:
parent
408f3121a3
commit
7add4e1c99
1 changed files with 1 additions and 1 deletions
|
@ -351,7 +351,7 @@ ${STATIC_PIC_LIB} ${STATIC_PIC_LIB_NOINST}: ${EXT_DEPS} ${LIB_OBJS} ${LIB_OBJS_E
|
|||
${LINK_STATUS}
|
||||
rm -f $@
|
||||
if test x"${BUILD_AND_HOST_ARE_DARWIN}" = x"yes"; then \
|
||||
if /usr/bin/libtool -static -o $@ ${OBJS} ${OBJS_EXTRA}; then \
|
||||
if /usr/bin/libtool -static -o $@ ${LIB_OBJS} ${LIB_OBJS_EXTRA}; then \
|
||||
${LINK_OK}; \
|
||||
else \
|
||||
${LINK_FAILED}; \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue