mirror of
https://github.com/postgres/postgres.git
synced 2026-03-01 12:50:55 -05:00
parent
b654714f9b
commit
cb9bb15783
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ EOF
|
|||
if (defined($sdkVersion))
|
||||
{
|
||||
# remove trailing backslash if necessary.
|
||||
$sdkVersion, =~ s/\\$//;
|
||||
$sdkVersion =~ s/\\$//;
|
||||
print $f <<EOF
|
||||
<WindowsTargetPlatformVersion>$sdkVersion</WindowsTargetPlatformVersion>
|
||||
EOF
|
||||
|
|
|
|||
Loading…
Reference in a new issue