diff options
author | beenje <beenje@xbmc.org> | 2011-03-08 23:05:17 +0100 |
---|---|---|
committer | beenje <beenje@xbmc.org> | 2011-03-08 23:17:23 +0100 |
commit | 79397944c3234e58cb1f0eb61cde2ded50fe076a (patch) | |
tree | d851f13920b8ca0a12e4ab08832474675f36d6e4 /lib/addons | |
parent | 7e38a40b51a0d5118964e1841a2d1eeb8fdcf41c (diff) |
[osx] fixed, script.module.pil build
Diffstat (limited to 'lib/addons')
-rw-r--r-- | lib/addons/script.module.pil/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/addons/script.module.pil/Makefile b/lib/addons/script.module.pil/Makefile index b7b60fe84a..18b92b7d50 100644 --- a/lib/addons/script.module.pil/Makefile +++ b/lib/addons/script.module.pil/Makefile @@ -12,7 +12,8 @@ ARCHIVE_TOOL_FLAGS=xf PYTHONDIR=$(abs_top_srcdir)/lib/python ifeq ($(OSTYPE),Darwin) -PYTHON=$(PYTHONDIR)/python.exe +include ../../../tools/osx/osx-depends/config.mk +PYTHON=$(prefix_path)/bin/python else PYTHON=$(PYTHONDIR)/python endif |