Avoid bizarre meson behavior with backslashes in command arguments.

Ooops, missed that v16 has another text2macro call in the MSVC scripts.

Security: CVE-2024-10979
This commit is contained in:
Tom Lane 2024-11-11 12:27:06 -05:00
parent 88269df4da
commit 168579e23b
1 changed files with 0 additions and 1 deletions

View File

@ -759,7 +759,6 @@ sub mkvcbuild
system( $solution->{options}->{perl}
. '/bin/perl '
. 'text2macro.pl '
. '--strip="^(\#.*|\s*)$$" '
. 'plc_perlboot.pl plc_trusted.pl '
. '>perlchunks.h');
chdir $basedir;