mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-22 13:30:12 +01:00
configure.ac: Also match -androideabi tuple
On ARM Android platforms, the host_os tuple should be linux-androideabi,
so let's match both -android and -androideabi (or any other
-android* tuple) to determine if we should do an Android build.
Reviewed-by: Chad Versace <chadversary@chromium.org>
(cherry picked from commit f6ac3d0db6)
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com>
This commit is contained in:
parent
1534330eba
commit
012c198bb7
1 changed files with 1 additions and 1 deletions
|
|
@ -269,7 +269,7 @@ DEFINES="-D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS"
|
||||||
AC_SUBST([DEFINES])
|
AC_SUBST([DEFINES])
|
||||||
android=no
|
android=no
|
||||||
case "$host_os" in
|
case "$host_os" in
|
||||||
*-android)
|
*-android*)
|
||||||
android=yes
|
android=yes
|
||||||
;;
|
;;
|
||||||
linux*|*-gnu*|gnu*|cygwin*)
|
linux*|*-gnu*|gnu*|cygwin*)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue