Don't match against androideabi*, but android*

On AArch64, it's just -android and not -androideabi.
This commit is contained in:
Jonathan Schleifer 2016-07-09 21:58:56 +02:00
parent 953b1d1e78
commit 61097f9d19
No known key found for this signature in database
GPG key ID: 338C3541DB54E169

View file

@ -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}'