summaryrefslogtreecommitdiff
path: root/Master/install-tl.pl
diff options
context:
space:
mode:
Diffstat (limited to 'Master/install-tl.pl')
-rwxr-xr-xMaster/install-tl.pl5
1 files changed, 5 insertions, 0 deletions
diff --git a/Master/install-tl.pl b/Master/install-tl.pl
index fdd34b787da..a02ce7ae13b 100755
--- a/Master/install-tl.pl
+++ b/Master/install-tl.pl
@@ -294,6 +294,11 @@ sub calc_depends {
}
}
+ # for win32 we *ALWAYS* have to install bin-perl!!!
+ if (win32()) {
+ $install{"bin-perl"} = 1;
+ }
+
# compute the list of archs to be installed
my @archs;
foreach (keys %vars) {