Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 37613bffe4621c444e5a34678bafb2c3a875263d Author: xuenhua <xuenhua2...@sina.com> AuthorDate: Sat Apr 23 17:45:28 2022 +0800 Commit: Stephan Bergmann <sberg...@redhat.com> CommitDate: Tue Apr 26 10:20:04 2022 +0200
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 <sberg...@redhat.com> diff --git a/Makefile.in b/Makefile.in index 9c0f2aefb9da..afccbb9ef460 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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)