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