aboutsummaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorMemphiz <memphis@machzwo.de>2013-08-13 23:06:54 +0200
committerperpe <msperpe@googlemail.com>2013-09-13 16:20:10 +0200
commit981380561992d7d0e87f07526d4a2a49d2f672f7 (patch)
tree6290c42460a03a92aece9250bc2d9e23fcc2f34f /m4
parent429ce9bc69cdee21d3f3be23c1f7147f25b42db6 (diff)
[droid] - allow to build android for x86 platforms
Diffstat (limited to 'm4')
-rw-r--r--m4/xbmc_arch.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/xbmc_arch.m4 b/m4/xbmc_arch.m4
index 147f0b1d82..5ae75bcf97 100644
--- a/m4/xbmc_arch.m4
+++ b/m4/xbmc_arch.m4
@@ -32,7 +32,7 @@ case $host in
arm*-*-linux-gnu*)
AC_SUBST(ARCH_DEFINES, "-DTARGET_POSIX -DTARGET_LINUX -D_LINUX")
;;
- arm*-*linux-android*)
+ *-*linux-android*)
AC_SUBST(ARCH_DEFINES, "-DTARGET_POSIX -DTARGET_LINUX -D_LINUX -DTARGET_ANDROID")
;;
*)