summaryrefslogtreecommitdiff
path: root/Master/tlpkg/installer/install-menu-perltk.pl
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-12-11 13:46:41 +0900
committerNorbert Preining <norbert@preining.info>2020-04-25 22:43:43 +0900
commit9b35a913dd8d865721e66310498da41653f5af7e (patch)
tree45c839a3ccf2505ffdb12011458898f3b860efa1 /Master/tlpkg/installer/install-menu-perltk.pl
parent803980524c9abc5919a821b170590ea0e1d11650 (diff)
work on win64 support
Diffstat (limited to 'Master/tlpkg/installer/install-menu-perltk.pl')
-rw-r--r--Master/tlpkg/installer/install-menu-perltk.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/installer/install-menu-perltk.pl b/Master/tlpkg/installer/install-menu-perltk.pl
index 905ffc8be67..c6fbfb316dc 100644
--- a/Master/tlpkg/installer/install-menu-perltk.pl
+++ b/Master/tlpkg/installer/install-menu-perltk.pl
@@ -1160,7 +1160,7 @@ sub callback_select_collection {
}
sub callback_select_systems() {
- if ($vars{"binary_win32"}) {
+ if ($vars{"binary_win32"} || $vars{"binary_win64"}) {
$vars{"collection-wintools"} = 1;
} else {
$vars{"collection-wintools"} = 0;