summaryrefslogtreecommitdiff
path: root/pyuno/Library_pyuno_wrapper.mk
diff options
context:
space:
mode:
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