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>
This commit is contained in:
parent
71ce118194
commit
9ec0fa7ec3
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue