Skip to content

Commit bcc2c3b

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 82ebda7 commit bcc2c3b

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
@@ -200,7 +200,7 @@ sub mkvcbuild
200200
$pltcl->AddIncludeDir($solution->{options}->{tcl} . '/include');
201201
$pltcl->AddReference($postgres);
202202

203-
for my $tclver (qw(86t 85 84))
203+
for my $tclver (qw(86t 86 85 84))
204204
{
205205
my $tcllib = $solution->{options}->{tcl} . "/lib/tcl$tclver.lib";
206206
if (-e $tcllib)

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy