This is an automated email from the ASF dual-hosted git repository. mseidel pushed a commit to branch Pilot-Pirx-patch-1 in repository https://gitbox.apache.org/repos/asf/openoffice.git
commit 1df6c5fc20f8d4da26afe110ae14c89ae2c169e2 Author: Matthias Seidel <msei...@apache.org> AuthorDate: Wed Jan 29 23:27:19 2025 +0100 Update parameter.pm Enable building of installer. --- main/solenv/bin/modules/installer/parameter.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/solenv/bin/modules/installer/parameter.pm b/main/solenv/bin/modules/installer/parameter.pm index 30e695f739..2f0a8e14df 100644 --- a/main/solenv/bin/modules/installer/parameter.pm +++ b/main/solenv/bin/modules/installer/parameter.pm @@ -276,7 +276,7 @@ sub setglobalvariables # makefile calling the perl program. $installer::globals::installertypedir = $installer::globals::packageformat; - if ( $installer::globals::compiler =~ /wnt(msc|gcc)i/ ) + if ( $installer::globals::compiler =~ /wnt(msc|gcc)[ix}/ ) { $installer::globals::iswindowsbuild = 1; }