diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2014-02-24 09:45:15 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2014-02-24 09:45:15 +0000 |
commit | f351670d2b07232be80105fce207349e032ebd3c (patch) | |
tree | 92914218958f62c108187bf4f6c269a5febc2636 /Build/source/texk | |
parent | ecce9e2bab1bd6b4db775e832cb8e94db5de608b (diff) |
libs/luajit: Build fix for cross compilation
git-svn-id: svn://tug.org/texlive/trunk@33038 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk')
-rw-r--r-- | Build/source/texk/tests/TeXLive/TLUtils.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Build/source/texk/tests/TeXLive/TLUtils.pm b/Build/source/texk/tests/TeXLive/TLUtils.pm index 7e5e18cd7df..7dbb4a74fad 100644 --- a/Build/source/texk/tests/TeXLive/TLUtils.pm +++ b/Build/source/texk/tests/TeXLive/TLUtils.pm @@ -5,7 +5,7 @@ package TeXLive::TLUtils; -my $svnrev = '$Revision: 31914 $'; +my $svnrev = '$Revision: 33021 $'; my $_modulerevision; if ($svnrev =~ m/: ([0-9]+) /) { $_modulerevision = $1; @@ -350,6 +350,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', |