Skip to content

Commit 61097f9

Browse files
committed
Don't match against androideabi*, but android*
On AArch64, it's just -android and not -androideabi.
1 parent 953b1d1 commit 61097f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

m4/buildsys.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ AC_DEFUN([BUILDSYS_SHARED_LIB], [
174174
UNINSTALL_LIB='&& rm -f ${DESTDIR}${libdir}/$$i ${DESTDIR}${libdir}/$$i.${LIB_MAJOR}.${LIB_MINOR}'
175175
CLEAN_LIB=''
176176
;;
177-
*-androideabi*)
177+
*-android*)
178178
AC_MSG_RESULT(Android)
179179
LIB_CFLAGS='-fPIC -DPIC'
180180
LIB_LDFLAGS='-shared -Wl,-soname=${SHARED_LIB}.${LIB_MAJOR}'

0 commit comments

Comments
 (0)