summaryrefslogtreecommitdiffstats
path: root/pyuno/CustomTarget_zipcore.mk
diff options
context:
space:
mode:
Diffstat (limited to 'pyuno/CustomTarget_zipcore.mk')
-rw-r--r--pyuno/CustomTarget_zipcore.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/pyuno/CustomTarget_zipcore.mk b/pyuno/CustomTarget_zipcore.mk
index dc2f5603c14f..6b3742499c4a 100644
--- a/pyuno/CustomTarget_zipcore.mk
+++ b/pyuno/CustomTarget_zipcore.mk
@@ -49,7 +49,8 @@ pyuno_zipcore_FINDLIBFILES:=\
# create zip archive
$(call gb_CustomTarget_get_workdir,pyuno/zipcore)/$(pyuno_PYTHON_ARCHIVE_NAME) : $(pyuno_zipcore_FINDLIBFILES) | \
- $(call gb_CustomTarget_get_workdir,pyuno/zipcore)/.dir
+ $(call gb_CustomTarget_get_workdir,pyuno/zipcore)/.dir \
+ $(call gb_ExternalPackage_get_target,python3)
$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),ZIP,1)
cd $(pyuno_PYTHON_LIB_DIR) && zip $@ $(shell cd $(pyuno_PYTHON_LIB_DIR) && $(FIND) . -type f | $(GREP) -v "\.pyc" | $(GREP) -v "\.py~" | $(GREP) -v .orig | $(GREP) -v _failed)