Skip to content

Commit 9842c1b

Browse files
committed
MSVC: Accept tcl86.lib in addition to tcl86t.lib.
ActiveTcl8.6.4.1.299124-win32-x86_64-threaded.exe ships just tcl86.lib. Back-patch to 9.2, like the commit recognizing tcl86t.lib.
1 parent 68a22bc commit 9842c1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/msvc/Mkvcbuild.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ sub mkvcbuild
255255
$pltcl->AddIncludeDir($solution->{options}->{tcl} . '\include');
256256
$pltcl->AddReference($postgres);
257257

258-
for my $tclver (qw(86t 85 84))
258+
for my $tclver (qw(86t 86 85 84))
259259
{
260260
my $tcllib = $solution->{options}->{tcl} . "\\lib\\tcl$tclver.lib";
261261
if (-e $tcllib)

0 commit comments

Comments
 (0)