From daa265a214b9e12e2a9bab636398c2dd699f7cd4 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 18 Apr 2022 05:56:03 +0000 Subject: work on win64 support git-svn-id: svn://tug.org/texlive/trunk@63066 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/TeXLive/TLConfig.pm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Master/tlpkg/TeXLive/TLConfig.pm') diff --git a/Master/tlpkg/TeXLive/TLConfig.pm b/Master/tlpkg/TeXLive/TLConfig.pm index 8308c6efeb8..9d513811395 100644 --- a/Master/tlpkg/TeXLive/TLConfig.pm +++ b/Master/tlpkg/TeXLive/TLConfig.pm @@ -120,7 +120,8 @@ our @CriticalPackagesList = qw/texlive.infra/; our $CriticalPackagesRegexp = '^(texlive\.infra)'; if ($^O =~ /^MSWin/i) { push (@CriticalPackagesList, "tlperl.win32"); - $CriticalPackagesRegexp = '^(texlive\.infra|tlperl\.win32$)'; + push (@CriticalPackagesList, "tlperl.win64"); + $CriticalPackagesRegexp = '^(texlive\.infra|tlperl\.win(32|64)$)'; } @@ -367,7 +368,7 @@ C. =item C<@TeXLive::TLConfig::CriticalPackagesRegexp> A list of all those packages which we do not update regularly since they -are too central, currently texlive.infra and (for Windows) tlperl.win32. +are too central, currently texlive.infra and (for Windows) tlperl.win(32|64). =item C<@TeXLive::TLConfig::InstallExtraRequiredPackages> -- cgit v1.2.3