diff options
author | Memphiz <memphis@machzwo.de> | 2013-08-13 23:06:54 +0200 |
---|---|---|
committer | perpe <msperpe@googlemail.com> | 2013-09-13 16:20:10 +0200 |
commit | 981380561992d7d0e87f07526d4a2a49d2f672f7 (patch) | |
tree | 6290c42460a03a92aece9250bc2d9e23fcc2f34f /m4 | |
parent | 429ce9bc69cdee21d3f3be23c1f7147f25b42db6 (diff) |
[droid] - allow to build android for x86 platforms
Diffstat (limited to 'm4')
-rw-r--r-- | m4/xbmc_arch.m4 | 2 |
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") ;; *) |