mirror of
https://github.com/postgres/postgres.git
synced 2026-02-22 09:20:24 -05:00
parent
cb65b454f8
commit
ed304d1e26
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,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