aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRechi <Rechi@users.noreply.github.com>2018-10-14 11:00:00 +0200
committerRechi <Rechi@users.noreply.github.com>2018-10-14 11:00:00 +0200
commit4d394574d7e8f2e3397b54d6c907ca7e4e066381 (patch)
tree314b2adacdbc9d10b780c25542b4601e015b3243
parenta44e6afd971a78ef1cf485bd0ad2ef3576ba6edd (diff)
[depends] binary-addons: fix install directories for android & linux
if PACKAGE_ZIP is enabled addons don't get installed to the expected locations (lib/kodi & share/kodi)
-rw-r--r--tools/depends/xbmc-addons.include3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/depends/xbmc-addons.include b/tools/depends/xbmc-addons.include
index 871d540efa..9ed0e27e37 100644
--- a/tools/depends/xbmc-addons.include
+++ b/tools/depends/xbmc-addons.include
@@ -19,9 +19,10 @@ ifeq ($(CMAKE),)
CMAKE = cmake
endif
-CMAKE_EXTRA = -DPACKAGE_ZIP=ON
+CMAKE_EXTRA =
ifeq (darwin, $(findstring darwin, $(HOST)))
INSTALL_PREFIX = ../../../../../addons/
+ CMAKE_EXTRA = -DPACKAGE_ZIP=ON
endif
ifneq ($(PREFIX),)