diff options
author | Karl Berry <karl@freefriends.org> | 2018-01-31 23:30:04 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-01-31 23:30:04 +0000 |
commit | fee6b0f19d4275439bbee88fb4bfc461ca69ba00 (patch) | |
tree | 5bf965c381fcaf71843a7868461b8c8603b1a0d7 /Master/tlpkg/tlpsrc | |
parent | 6a9d43678da057656daa2730dfe0d416beabcfa3 (diff) |
no_luajit_platforms doc
git-svn-id: svn://tug.org/texlive/trunk@46508 c570f23f-e606-0410-a88d-b1316a301751
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 |