summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorReinhard Kotucha <reinhard.kotucha@web.de>2014-02-21 21:54:20 +0000
committerReinhard Kotucha <reinhard.kotucha@web.de>2014-02-21 21:54:20 +0000
commit53cb3d4681fd05c641a0fbbcaa92f8ff62c3b573 (patch)
treea537f0c9d6d22555edc08a96e10cb738b42c0374 /Master
parent9c6d261a5e63ed8073503be5f263c710d07ceadd (diff)
Add x86_64 with Cygwin to platform_desc(). Suggested by Ken Brown 2014-02-21
git-svn-id: svn://tug.org/texlive/trunk@33021 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/tlpkg/TeXLive/TLUtils.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/tlpkg/TeXLive/TLUtils.pm b/Master/tlpkg/TeXLive/TLUtils.pm
index aec7a73f35c..a0b7be60298 100644
--- a/Master/tlpkg/TeXLive/TLUtils.pm
+++ b/Master/tlpkg/TeXLive/TLUtils.pm
@@ -351,6 +351,7 @@ sub platform_desc {
'sparc-solaris' => 'Sparc with Solaris',
'universal-darwin' => 'universal binaries for MacOSX/Darwin',
'win32' => 'Windows',
+ 'x86_64-cygwin' => 'x86_64 with Cygwin',
'x86_64-darwin' => 'x86_64 with MacOSX/Darwin',
'x86_64-linux' => 'x86_64 with GNU/Linux',
'x86_64-solaris' => 'x86_64 with Solaris',