summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorxuenhua <xuenhua2008@sina.com>2022-04-23 17:45:28 +0800
committerStephan Bergmann <sbergman@redhat.com>2022-04-26 10:20:04 +0200
commit37613bffe4621c444e5a34678bafb2c3a875263d (patch)
treed5f7763e14fcc03421aedabbb82cfb459d83db06 /Makefile.in
parentffcd599c4f28ca4cfdd7e1505cd5aa5eb68cc32b (diff)
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>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
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)