diff options
author | Ken Brown <kbrow1i@gmail.com> | 2016-04-08 13:37:38 +0000 |
---|---|---|
committer | Ken Brown <kbrow1i@gmail.com> | 2016-04-08 13:37:38 +0000 |
commit | f24f87356b748ebbf5d65761c95d42ae987da8d0 (patch) | |
tree | c4dee6c09ce526c56c928404f2fa97340511c170 /Master | |
parent | 85d10e5914b458036aee97124801b343c2aa9d2b (diff) |
Enable xindy on x86_64-cygwin
git-svn-id: svn://tug.org/texlive/trunk@40353 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/tlpkg/tlpsrc/xindy.tlpsrc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/tlpkg/tlpsrc/xindy.tlpsrc b/Master/tlpkg/tlpsrc/xindy.tlpsrc index f830b1ff463..2c9fa8bdfdb 100644 --- a/Master/tlpkg/tlpsrc/xindy.tlpsrc +++ b/Master/tlpkg/tlpsrc/xindy.tlpsrc @@ -5,16 +5,16 @@ runpattern d texmf-dist/scripts/xindy # # Not all platforms provide this. tlpsetvar no_xindy_platforms \ - amd64-netbsd,i386-solaris,sparc-solaris,\ -x86_64-cygwin,x86_64-solaris + amd64-netbsd,i386-solaris,sparc-solaris,x86_64-solaris # binpattern f/!${no_xindy_platforms} bin/${ARCH}/texindy binpattern f/!${no_xindy_platforms} bin/${ARCH}/tex2xindy binpattern f/!${no_xindy_platforms} bin/${ARCH}/xindy # # Also, cygwin and windows must use a different name for the clisp executable. -binpattern f/!i386-cygwin,win32,${no_xindy_platforms} bin/${ARCH}/xindy.run -binpattern f/i386-cygwin,win32 bin/${ARCH}/xindy-lisp.exe +binpattern f/!i386-cygwin,x86_64-cygwin,win32,${no_xindy_platforms} \ +bin/${ARCH}/xindy.run +binpattern f/i386-cygwin,x86_64-cygwin,win32 bin/${ARCH}/xindy-lisp.exe # # darwin has to split the mem file by architecture. binpattern f/!universal-darwin,${no_xindy_platforms} bin/${ARCH}/xindy.mem |