diff options
author | Karl Berry <karl@freefriends.org> | 2020-03-06 02:03:10 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-03-06 02:03:10 +0000 |
commit | 1f01f442e83dcaa0c6fe314723fcb3cdc3bc4393 (patch) | |
tree | 519724bc8c66aaadba55be4223dca7f3bbf6c1d5 | |
parent | c4f00a0973191a11fbe509d9afca1ee20085e79e (diff) |
(no_luajithb_platforms): no need any more.
git-svn-id: svn://tug.org/texlive/trunk@54124 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/tlpkg/tlpsrc/luajittex.tlpsrc | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Master/tlpkg/tlpsrc/luajittex.tlpsrc b/Master/tlpkg/tlpsrc/luajittex.tlpsrc index 785689d6275..1c72b37b453 100644 --- a/Master/tlpkg/tlpsrc/luajittex.tlpsrc +++ b/Master/tlpkg/tlpsrc/luajittex.tlpsrc @@ -4,15 +4,11 @@ shortdesc LuaTeX with just-in-time (jit) compiler, with and without HarfBuzz # must keep in sync with mflua.tlpsrc. 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 i386-netbsd,x86_64-solaris -# # Two engines plus texlua* links. binpattern f/!${no_luajit_platforms} bin/${ARCH}/luajittex binpattern f/!${no_luajit_platforms} bin/${ARCH}/texluajit binpattern f/!${no_luajit_platforms} bin/${ARCH}/texluajitc -binpattern f/!${no_luajithb_platforms} bin/${ARCH}/luajithbtex +binpattern f/!${no_luajit_platforms} bin/${ARCH}/luajithbtex # # Windows has additional .dll files as usual. The .exe are matched above. binpattern f bin/win32/luajit51.dll |