summaryrefslogtreecommitdiff
path: root/pyuno/Library_pyuno_wrapper.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-11-17 00:35:35 +0100
committerMichael Stahl <mstahl@redhat.com>2012-11-27 12:45:23 +0100
commit38a22a9026a3d8a67f3e16ec650960a10b527d25 (patch)
treef60bdd178a59fa4e59813e19083702f447613e8d /pyuno/Library_pyuno_wrapper.mk
parent6f8f95fed7a4bd741bf035f53a758ac0c6da66b2 (diff)
Switch from python to python3
Mac specific parts of patch by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Change-Id: I90ef17c6f5a678230539a80ab999fa5344e4fc8f
Diffstat (limited to 'pyuno/Library_pyuno_wrapper.mk')
-rw-r--r--pyuno/Library_pyuno_wrapper.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/pyuno/Library_pyuno_wrapper.mk b/pyuno/Library_pyuno_wrapper.mk
index 2c44a6fa4760..5e06ad4306ef 100644
--- a/pyuno/Library_pyuno_wrapper.mk
+++ b/pyuno/Library_pyuno_wrapper.mk
@@ -48,7 +48,9 @@ $(eval $(call gb_Library_set_include,pyuno_wrapper,\
))
else
$(eval $(call gb_Library_set_include,pyuno_wrapper,\
- -I$(OUTDIR)/inc/python \
+ -I$(call gb_UnpackedTarball_get_dir,python3) \
+ -I$(call gb_UnpackedTarball_get_dir,python3)/PC \
+ -I$(call gb_UnpackedTarball_get_dir,python3)/Include \
$$(INCLUDE) \
))
endif