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 93f039b commit 71ad800Copy full SHA for 71ad800
src/tools/msvc/Mkvcbuild.pm
@@ -209,7 +209,7 @@ sub mkvcbuild
209
$pltcl->AddIncludeDir($solution->{options}->{tcl} . '/include');
210
$pltcl->AddReference($postgres);
211
212
- for my $tclver (qw(86t 85 84))
+ for my $tclver (qw(86t 86 85 84))
213
{
214
my $tcllib = $solution->{options}->{tcl} . "/lib/tcl$tclver.lib";
215
if (-e $tcllib)
0 commit comments