Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 71ad800

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 93f039b commit 71ad800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/msvc/Mkvcbuild.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ sub mkvcbuild
209209
$pltcl->AddIncludeDir($solution->{options}->{tcl} . '/include');
210210
$pltcl->AddReference($postgres);
211211

212-
for my $tclver (qw(86t 85 84))
212+
for my $tclver (qw(86t 86 85 84))
213213
{
214214
my $tcllib = $solution->{options}->{tcl} . "/lib/tcl$tclver.lib";
215215
if (-e $tcllib)

0 commit comments

Comments
 (0)