diff options
author | Karl Berry <karl@freefriends.org> | 2020-03-03 22:43:56 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-03-03 22:43:56 +0000 |
commit | 3ce2e03e3fa999a404cc0c4c6ab85ab5862e40b5 (patch) | |
tree | 3aa3f16f5c5e591508c60ef0dbf5b90fa768831d /Master/tlpkg | |
parent | 8b67398a304b54846d01ad667cf1fbb6eb0245d2 (diff) |
armhf and cygwin have luahbtex now
git-svn-id: svn://tug.org/texlive/trunk@54037 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/tlpsrc/latex-bin-dev.tlpsrc | 3 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/luahbtex.tlpsrc | 3 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/luajittex.tlpsrc | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/Master/tlpkg/tlpsrc/latex-bin-dev.tlpsrc b/Master/tlpkg/tlpsrc/latex-bin-dev.tlpsrc index 745b707e5a1..38221891f8a 100644 --- a/Master/tlpkg/tlpsrc/latex-bin-dev.tlpsrc +++ b/Master/tlpkg/tlpsrc/latex-bin-dev.tlpsrc @@ -45,7 +45,6 @@ execute AddFormat name=lualatex-dev engine=luahbtex \ fmttriggers=${fmtcomm},${luafmtdeps} # keep in sync with luahbtex.tlpsrc. -tlpsetvar no_luahb_platforms \ - armhf-linux,i386-cygwin,i386-netbsd,x86_64-cygwin +tlpsetvar no_luahb_platforms i386-netbsd # binpattern f/!${no_luahb_platforms} bin/${ARCH}/lualatex-dev diff --git a/Master/tlpkg/tlpsrc/luahbtex.tlpsrc b/Master/tlpkg/tlpsrc/luahbtex.tlpsrc index 04b31edef18..32f11681662 100644 --- a/Master/tlpkg/tlpsrc/luahbtex.tlpsrc +++ b/Master/tlpkg/tlpsrc/luahbtex.tlpsrc @@ -5,8 +5,7 @@ shortdesc LuaTeX with HarfBuzz library for glyph shaping # via /home/texlive/luahbtmp on tug. # # Keep in sync with latex-bin-dev.tlpsrc. -tlpsetvar no_luahb_platforms \ - armhf-linux,i386-cygwin,i386-netbsd,x86_64-cygwin +tlpsetvar no_luahb_platforms i386-netbsd # binpattern f/!${no_luahb_platforms} bin/${ARCH}/luahbtex diff --git a/Master/tlpkg/tlpsrc/luajittex.tlpsrc b/Master/tlpkg/tlpsrc/luajittex.tlpsrc index 8163c7a0661..785689d6275 100644 --- a/Master/tlpkg/tlpsrc/luajittex.tlpsrc +++ b/Master/tlpkg/tlpsrc/luajittex.tlpsrc @@ -6,8 +6,7 @@ tlpsetvar no_luajit_platforms x86_64-solaris # # this should become redundant with no_luajit_platforms after all the # 2020 builds are in. -tlpsetvar no_luajithb_platforms \ - armhf-linux,i386-cygwin,i386-netbsd,x86_64-cygwin,x86_64-solaris +tlpsetvar no_luajithb_platforms i386-netbsd,x86_64-solaris # # Two engines plus texlua* links. binpattern f/!${no_luajit_platforms} bin/${ARCH}/luajittex |