Makefile.in | 1 + 1 file changed, 1 insertion(+) New commits: commit 9ec0fa7ec3a62586f95e38f070b0d95e85fce6c3 Author: Christian Lohmaier <lohmaier+libreoff...@googlemail.com> AuthorDate: Sun May 5 18:43:53 2024 +0200 Commit: Christian Lohmaier <lohmaier+libreoff...@googlemail.com> CommitDate: Tue May 28 14:10:02 2024 +0200
use internal python for gbuild-to-ide on windows and python=fully-internal env python3 likely won't work in that case Change-Id: I1b24119af21db9db04c9fa6445e59cb328f39252 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167162 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+libreoff...@googlemail.com> diff --git a/Makefile.in b/Makefile.in index ac3e8aafb529..977e70da615e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -522,6 +522,7 @@ define gb_Top_GbuildToIdeIntegration $(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)") \ + $(if $(filter WNT,$(OS_FOR_BUILD)$(PYTHON_FOR_BUILD)),$(INSTROOT_FOR_BUILD)/program/python.exe) \ bin/gbuild-to-ide --ide $(1) --make $(MAKE) endef