diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/darwin/depends/xbmc-pvr-addons/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/darwin/depends/xbmc-pvr-addons/Makefile b/tools/darwin/depends/xbmc-pvr-addons/Makefile index 98e3d6a964..6c4d967c32 100644 --- a/tools/darwin/depends/xbmc-pvr-addons/Makefile +++ b/tools/darwin/depends/xbmc-pvr-addons/Makefile @@ -10,7 +10,7 @@ SOURCE=$(LIBNAME)-$(VERSION) ARCHIVE=$(SOURCE).tar.gz # configuration settings -CONFIGURE=./configure --prefix=$(PREFIX) +CONFIGURE=./configure --prefix=$(PREFIX) --enable-addons-with-dependencies LIBDYLIB=$(SOURCE)/addons/pvr.demo/.libs/libpvrdemo-addon.dylib |