mirror of
https://github.com/postgres/postgres.git
synced 2025-06-13 07:41:39 +03:00
@ -45,7 +45,7 @@ EOF
|
|||||||
if (defined($sdkVersion))
|
if (defined($sdkVersion))
|
||||||
{
|
{
|
||||||
# remove trailing backslash if necessary.
|
# remove trailing backslash if necessary.
|
||||||
$sdkVersion, =~ s/\\$//;
|
$sdkVersion =~ s/\\$//;
|
||||||
print $f <<EOF
|
print $f <<EOF
|
||||||
<WindowsTargetPlatformVersion>$sdkVersion</WindowsTargetPlatformVersion>
|
<WindowsTargetPlatformVersion>$sdkVersion</WindowsTargetPlatformVersion>
|
||||||
EOF
|
EOF
|
||||||
|
Reference in New Issue
Block a user