forked from amazingfate/loongoffice
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:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user