diff options
author | vdrfan <vdrfan-nospam@xbmc.org> | 2011-02-09 16:57:09 +0100 |
---|---|---|
committer | vdrfan <vdrfan-nospam@xbmc.org> | 2011-02-09 16:57:09 +0100 |
commit | 36b01be321c6dd6716d6195e57deb4121e5fd3b1 (patch) | |
tree | ffe2620283a5e45cc09c7cdaee9e1d877d4d20e7 | |
parent | 9bbd1af7caa555c39fcfdfae1a666df2bf72dba2 (diff) |
fixed: python script.modules build
-rw-r--r-- | lib/addons/script.module.pil/Makefile | 2 | ||||
-rw-r--r-- | lib/addons/script.module.pysqlite/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/addons/script.module.pil/Makefile b/lib/addons/script.module.pil/Makefile index e26d8d3c8e..b7b60fe84a 100644 --- a/lib/addons/script.module.pil/Makefile +++ b/lib/addons/script.module.pil/Makefile @@ -10,7 +10,7 @@ RETRIEVE_TOOL_FLAGS=-Ls --output $(ARCHIVE) ARCHIVE_TOOL=tar ARCHIVE_TOOL_FLAGS=xf -PYTHONDIR=$(abs_top_srcdir)/xbmc/lib/libPython/Python +PYTHONDIR=$(abs_top_srcdir)/lib/python ifeq ($(OSTYPE),Darwin) PYTHON=$(PYTHONDIR)/python.exe else diff --git a/lib/addons/script.module.pysqlite/Makefile b/lib/addons/script.module.pysqlite/Makefile index 1504a3167d..3ac4b783ef 100644 --- a/lib/addons/script.module.pysqlite/Makefile +++ b/lib/addons/script.module.pysqlite/Makefile @@ -10,7 +10,7 @@ RETRIEVE_TOOL_FLAGS=-Ls --output $(ARCHIVE) ARCHIVE_TOOL=tar ARCHIVE_TOOL_FLAGS=xf -PYTHONDIR=$(abs_top_srcdir)/xbmc/lib/libPython/Python +PYTHONDIR=$(abs_top_srcdir)/lib/python ifeq ($(OSTYPE),Darwin) PYTHON=$(PYTHONDIR)/python.exe else |