the MacOS X cleanup is logically a part of build

... so move it to python/ExternalProject_python3.mk, where it belongs.

Change-Id: Ib99a6a40182341257f79dd289eac51806be46fcf
Reviewed-on: https://gerrit.libreoffice.org/3778
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
This commit is contained in:
David Tardon
2013-05-04 14:50:51 +02:00
parent 45b9519086
commit eb5056dc2e
3 changed files with 52 additions and 59 deletions

View File

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