python3: build LibreOfficePython.framework on MacOS X

Change-Id: I0815aa0f5b50166f626f721be56969c0afd655a8
This commit is contained in:
Christian Lohmaier
2012-11-26 20:58:16 +01:00
committed by Michael Stahl
parent e6f81b1898
commit bee01c825b
7 changed files with 125 additions and 11 deletions

View File

@ -15,8 +15,8 @@ ifeq ($(SYSTEM_PYTHON),NO)
$(eval $(call gb_Module_add_targets,python3,\
UnpackedTarball_python3 \
ExternalProject_python3 \
ExternalPackage_python3 \
Package_python3_mk \
$(if $(filter MACOSX,$(OS)),Zip_PythonFramework CustomTarget_PythonFramework,ExternalPackage_python3) \
))
endif