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 68a22bc commit 9842c1bCopy full SHA for 9842c1b
src/tools/msvc/Mkvcbuild.pm
@@ -255,7 +255,7 @@ sub mkvcbuild
255
$pltcl->AddIncludeDir($solution->{options}->{tcl} . '\include');
256
$pltcl->AddReference($postgres);
257
258
- for my $tclver (qw(86t 85 84))
+ for my $tclver (qw(86t 86 85 84))
259
{
260
my $tcllib = $solution->{options}->{tcl} . "\\lib\\tcl$tclver.lib";
261
if (-e $tcllib)
0 commit comments