diff options
-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 |