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 82ebda7 commit bcc2c3bCopy full SHA for bcc2c3b
src/tools/msvc/Mkvcbuild.pm
@@ -200,7 +200,7 @@ sub mkvcbuild
200
$pltcl->AddIncludeDir($solution->{options}->{tcl} . '/include');
201
$pltcl->AddReference($postgres);
202
203
- for my $tclver (qw(86t 85 84))
+ for my $tclver (qw(86t 86 85 84))
204
{
205
my $tcllib = $solution->{options}->{tcl} . "/lib/tcl$tclver.lib";
206
if (-e $tcllib)
0 commit comments