diff options
author | Memphiz <memphis@machzwo.de> | 2012-09-28 08:16:42 +0200 |
---|---|---|
committer | Memphiz <memphis@machzwo.de> | 2012-09-28 08:17:34 +0200 |
commit | 6372f465c332601e47d3a029438d763ce341d9e3 (patch) | |
tree | 0dcaaec5e0df201bdc22a1ede717b2439e5ef241 /tools | |
parent | b3ee28521dd140918562927cf7ff37bf58418251 (diff) |
[darwin/deps] - enable build of pvr addons for ios aswell
Diffstat (limited to 'tools')
-rw-r--r-- | tools/darwin/depends/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/darwin/depends/Makefile.in b/tools/darwin/depends/Makefile.in index 656be261c7..a2e145b81c 100644 --- a/tools/darwin/depends/Makefile.in +++ b/tools/darwin/depends/Makefile.in @@ -17,7 +17,7 @@ SUBDIRS := \ mysqlclient boost taglib xbmc-pvr-addons \ ifeq ($(DARWIN), ios) - EXCLUDED = libcec libcrystalhd libGLEW libsdl libsdl_mixer libsdl_image xbmc-pvr-addons + EXCLUDED = libcec libcrystalhd libGLEW libsdl libsdl_mixer libsdl_image else EXCLUDED = Backrow endif |