Changed configure.in to recognize linux-android instead of linux-androideabi
That way specifying non-arm architectures makes more sense.
This commit is contained in:
parent
3833a43a7d
commit
9f31e3931b
1 changed files with 1 additions and 1 deletions
|
|
@ -399,7 +399,7 @@ case "${host_os}" in
|
|||
SHARED_FLAGS=""
|
||||
;;
|
||||
|
||||
linux-androideabi* )
|
||||
linux-android* )
|
||||
dnl Android configuration, this is separate because we don't need to link pthread explicitly
|
||||
CFLAGS="$CFLAGS -I\$(top_srcdir)/src/os/unix"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue