use strawberry perl for installation packaging in wsl-as-helper case
changing it to git-bash perl can probably be done, but would require more changes to the path handling in the packaging code Change-Id: I9a31ee6e9f122a2c167e11f5b4f73b18c5c0fa81 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166343 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
This commit is contained in:
parent
84c80da975
commit
683d9496bd
1 changed files with 1 additions and 0 deletions
|
@ -121,6 +121,7 @@ $(instsetoo_installer_targets): $(SRCDIR)/solenv/bin/make_installer.pl \
|
|||
$(if $(filter %msi‧nostrip,$@),$(gb_Make_JobLimiter) grab)
|
||||
$(call gb_Trace_StartRange,$@,INSTALLER)
|
||||
$(call gb_Helper_print_on_error, \
|
||||
$(if $(MSYSTEM),export PERLIO=:unix PERL=$(STRAWBERRY_PERL) &&) \
|
||||
$(SRCDIR)/solenv/bin/call_installer.sh $(if $(verbose),-verbose,-quiet) $(subst ‧,:,$@),\
|
||||
$(call gb_CustomTarget_get_workdir,instsetoo_native/install)/$(if $(filter en-US$(COMMA)%,$(instsetoo_installer_langs)),$(subst $(instsetoo_installer_langs),multilang,$@),$@).log)
|
||||
$(if $(filter %msi‧nostrip,$@),$(gb_Make_JobLimiter) release)
|
||||
|
|
Loading…
Reference in a new issue