summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2024-05-05 18:43:53 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2024-05-28 14:10:02 +0200
commit9ec0fa7ec3a62586f95e38f070b0d95e85fce6c3 (patch)
treed1cd3c0bca09f965e90043166d5da4fbefb610f5 /Makefile.in
parent71ce1181942741d0899d9dbbf035632dffe2b323 (diff)
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+LibreOffice@googlemail.com>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
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