Don't match against androideabi*, but android*
On AArch64, it's just -android and not -androideabi.
This commit is contained in:
parent
953b1d1e78
commit
61097f9d19
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ AC_DEFUN([BUILDSYS_SHARED_LIB], [
|
|||
UNINSTALL_LIB='&& rm -f ${DESTDIR}${libdir}/$$i ${DESTDIR}${libdir}/$$i.${LIB_MAJOR}.${LIB_MINOR}'
|
||||
CLEAN_LIB=''
|
||||
;;
|
||||
*-androideabi*)
|
||||
*-android*)
|
||||
AC_MSG_RESULT(Android)
|
||||
LIB_CFLAGS='-fPIC -DPIC'
|
||||
LIB_LDFLAGS='-shared -Wl,-soname=${SHARED_LIB}.${LIB_MAJOR}'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue