diff options
author | Peter Foley <pefoley2@verizon.net> | 2012-11-27 20:50:38 -0500 |
---|---|---|
committer | Peter Foley <pefoley2@verizon.net> | 2012-11-30 11:34:30 -0500 |
commit | 921f31fb3629fe3bf278ddb49aacf28e0ffdeafe (patch) | |
tree | 09333c7a7c811b612bfd009f4c77b120a653685f /pyuno | |
parent | ec6af4194e80f5f0b2e46ca59802ff397a2a4a24 (diff) |
add python3 to tail_build
Change-Id: I01c3d280b4ff05ddbce77343ced6934b26bd3ceb
Diffstat (limited to 'pyuno')
-rw-r--r-- | pyuno/CustomTarget_zipcore.mk | 3 |
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) |