Skip to content

Commit

Permalink
[droid] build pcre-native
Browse files Browse the repository at this point in the history
  • Loading branch information
Cory Fields committed Sep 13, 2012
1 parent e7dd906 commit 921ff28
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tools/android/depends/Makefile.in
Expand Up @@ -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 swig-native
libamplayer libssh taglib swig-native pcre-native

.PHONY: buildtools $(BUILDTOOLS) subdirs $(SUBDIRS) arm

Expand Down Expand Up @@ -60,7 +60,8 @@ tiff-native: buildtools libjpeg-turbo-native
liblzo2-native: buildtools
libssh: openssl cmake rpl
taglib: cmake
swig-native: buildtools
swig-native: buildtools pcre-native
pcre-native: buildtools


X86OVERRIDES=XBMC_OVERRIDE_HOST=i686-android-linux XBMC_OVERRIDE_TOOLCHAIN=$(XBMC_X86_TOOLCHAIN)
Expand Down

0 comments on commit 921ff28

Please sign in to comment.