diff options
author | Karl Berry <karl@freefriends.org> | 2023-02-26 22:10:41 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2023-02-26 22:10:41 +0000 |
commit | 4f9cc3ca3991fea9396b4219951d9317e820cab8 (patch) | |
tree | 2c88ab04e3b15bb1832d573189ca269d1bd5c32f /Master/tlpkg/TeXLive/TLConfig.pm | |
parent | a836aa89aaff61055928dbf4ba0ea3ef8f15bc51 (diff) |
initial attempts at supporting lmtx, which is not available on all platforms
git-svn-id: svn://tug.org/texlive/trunk@66204 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive/TLConfig.pm')
-rw-r--r-- | Master/tlpkg/TeXLive/TLConfig.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLConfig.pm b/Master/tlpkg/TeXLive/TLConfig.pm index 0bf24333a3c..4301c416821 100644 --- a/Master/tlpkg/TeXLive/TLConfig.pm +++ b/Master/tlpkg/TeXLive/TLConfig.pm @@ -257,7 +257,7 @@ our %TLPDBSettings = ( our $WindowsMainMenuName = "TeX Live $ReleaseYear"; # Comma-separated list of engines which do not exist on all platforms. -our $PartialEngineSupport = "luajithbtex,luajittex,mfluajit"; +our $PartialEngineSupport = "luametatex,luajithbtex,luajittex,mfluajit"; # Flags for error handling across the scripts and modules # all fine |