diff options
author | Karl Berry <karl@freefriends.org> | 2020-01-03 18:32:13 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-01-03 18:32:13 +0000 |
commit | 9c856b8f43fd52bb6996cb661096c91b3eeed5f3 (patch) | |
tree | 94ac870fa70ff0f28bc531d75bd69607dd27f871 /Master/tlpkg/tlpsrc/mflua.tlpsrc | |
parent | 25d4a223a880a9ba0ad766a9d11bfc7c84fa81c4 (diff) |
* TLPSRC.pm (from_file): also expand global ${wndws} as super-special case.
(make_tlpobj): expand global tlpvars in patterns too.
(find_default_patterns): allow wndws.
* 00texlive.autopatterns.tlpsrc (wndws): define, as a first step towards
also supporting w64.
* 00texlive.installer.tlpsrc: use it.
* 00texlive.autopatterns.tlpsrc (global_no_luajit_platforms): define since
we now support global vars in patterns.
* luajittex.tlpsrc,
* mflua.tlpsrc: use it.
git-svn-id: svn://tug.org/texlive/trunk@53309 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/tlpsrc/mflua.tlpsrc')
-rw-r--r-- | Master/tlpkg/tlpsrc/mflua.tlpsrc | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/Master/tlpkg/tlpsrc/mflua.tlpsrc b/Master/tlpkg/tlpsrc/mflua.tlpsrc index 827e2a52430..d0cd6bc13f4 100644 --- a/Master/tlpkg/tlpsrc/mflua.tlpsrc +++ b/Master/tlpkg/tlpsrc/mflua.tlpsrc @@ -3,9 +3,6 @@ shortdesc configuration and base files for MFLua longdesc For information on this Lua-enabled Metafont, longdesc see, for example: tug.org/TUGboat/tb32-2/tb101scarso.pdf. -# must keep in sync with luatex.tlpsrc. -tlpsetvar no_luajit_platforms x86_64-solaris - # disabled until there is a user base. tlpsetvar fmtdeps luatex,metafont execute AddFormat name=mflua engine=mflua-nowin options="mf.ini" \ @@ -17,8 +14,8 @@ runpattern d texmf-dist/metafont/mflua binpattern f bin/${ARCH}/mflua binpattern f bin/${ARCH}/mflua-nowin -binpattern f/!${no_luajit_platforms} bin/${ARCH}/mfluajit -binpattern f/!${no_luajit_platforms} bin/${ARCH}/mfluajit-nowin +binpattern f/!${global_no_luajit_platforms} bin/${ARCH}/mfluajit +binpattern f/!${global_no_luajit_platforms} bin/${ARCH}/mfluajit-nowin # need metafont for support files, luatex for dll's, etc. depend metafont |