diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/android/depends/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/android/depends/Makefile.in b/tools/android/depends/Makefile.in index e109914dc4..1b6d2de49e 100644 --- a/tools/android/depends/Makefile.in +++ b/tools/android/depends/Makefile.in @@ -13,7 +13,7 @@ SUBDIRS = \ python26-native python26 samba alsa-lib libcdio afpfs-ng libshairport \ libplist libcec libbluray boost tinyxml dummy-libxbmc libsdl \ liblzo2-native libjpeg-turbo-native libpng-native tiff-native libsdl_image rpl \ - libamplayer libssh taglib + libamplayer libssh taglib swig-native .PHONY: buildtools $(BUILDTOOLS) subdirs $(SUBDIRS) arm @@ -60,6 +60,7 @@ tiff-native: buildtools libjpeg-turbo-native liblzo2-native: buildtools libssh: openssl cmake rpl taglib: cmake +swig-native: buildtools X86OVERRIDES=XBMC_OVERRIDE_HOST=i686-android-linux XBMC_OVERRIDE_TOOLCHAIN=$(XBMC_X86_TOOLCHAIN) |