diff options
Diffstat (limited to 'Master/tlpkg/tlpsrc')
-rw-r--r-- | Master/tlpkg/tlpsrc/luatex.tlpsrc | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/mflua.tlpsrc | 9 |
2 files changed, 4 insertions, 6 deletions
diff --git a/Master/tlpkg/tlpsrc/luatex.tlpsrc b/Master/tlpkg/tlpsrc/luatex.tlpsrc index 2e52702ab46..71fc396881a 100644 --- a/Master/tlpkg/tlpsrc/luatex.tlpsrc +++ b/Master/tlpkg/tlpsrc/luatex.tlpsrc @@ -35,6 +35,7 @@ binpattern f/x86_64-cygwin bin/x86_64-cygwin/cygtexlua*.dll # binpattern f bin/win32/lua*.dll +# duplicated in mflua.tlpsrc, sigh. tlpsetvar no_luajit_platforms \ powerpc-darwin,sparc-solaris,x86_64-solaris # diff --git a/Master/tlpkg/tlpsrc/mflua.tlpsrc b/Master/tlpkg/tlpsrc/mflua.tlpsrc index 0dc9303a150..f25ec064c03 100644 --- a/Master/tlpkg/tlpsrc/mflua.tlpsrc +++ b/Master/tlpkg/tlpsrc/mflua.tlpsrc @@ -9,9 +9,6 @@ tlpsetvar fmtdeps luatex,metafont execute AddFormat name=mflua engine=mflua-nowin options="mf.ini" \ fmttriggers=${fmtdeps} mode=disabled -# (mfluajit not worth the complications this year; see luatex.tlpsrc for -# references.) - runpattern d texmf-dist/scripts/mflua runpattern d texmf-dist/metafont/mflua @@ -19,11 +16,11 @@ binpattern f bin/${ARCH}/mflua binpattern f bin/${ARCH}/mflua-nowin # duplicated in luatex.tlpsrc, sigh. -tlpsetvar no_jit_platforms \ +tlpsetvar no_luajit_platforms \ powerpc-darwin,sparc-solaris,x86_64-solaris # -binpattern f/!${no_jit_platforms} bin/${ARCH}/mfluajit -binpattern f/!${no_jit_platforms} bin/${ARCH}/mfluajit-nowin +binpattern f/!${no_luajit_platforms} bin/${ARCH}/mfluajit +binpattern f/!${no_luajit_platforms} bin/${ARCH}/mfluajit-nowin # need metafont for support files, luatex for dll's, etc. depend metafont |