We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b654714 commit cb9bb15Copy full SHA for cb9bb15
src/tools/msvc/MSBuildProject.pm
@@ -47,7 +47,7 @@ EOF
47
if (defined($sdkVersion))
48
{
49
# remove trailing backslash if necessary.
50
- $sdkVersion, =~ s/\\$//;
+ $sdkVersion =~ s/\\$//;
51
print $f <<EOF
52
<WindowsTargetPlatformVersion>$sdkVersion</WindowsTargetPlatformVersion>
53
EOF
0 commit comments