Fix for xcode-ide-integration

'make python3.all' was renamed to 'make python3.allcheck' (or use 'make python3.allbuild' to build without unit tests)

Change-Id: I5923382595deb952d3760a6173d40614e8ad5043
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133343
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
This commit is contained in:
xuenhua 2022-04-23 17:45:28 +08:00 committed by Stephan Bergmann
parent ffcd599c4f
commit 37613bffe4

View file

@ -485,7 +485,7 @@ clang-format-check:
@$(SRCDIR)/solenv/clang-format/check-last-commit
define gb_Top_GbuildToIdeIntegration
$(1)-ide-integration: gbuildtojson $(if $(filter MACOSX,$(OS_FOR_BUILD)),python3.all)
$(1)-ide-integration: gbuildtojson $(if $(filter MACOSX,$(OS_FOR_BUILD)),python3.allbuild)
cd $(SRCDIR) && \
$(if $(filter MACOSX,$(OS_FOR_BUILD)),PATH="$(INSTROOT_FOR_BUILD)/Frameworks/LibreOfficePython.framework/Versions/Current/bin:$(PATH)") \
bin/gbuild-to-ide --ide $(1) --make $(MAKE)