diff options
author | Karl Berry <karl@freefriends.org> | 2019-11-12 18:18:40 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-11-12 18:18:40 +0000 |
commit | caeaa42fbf9278bba41ee02469bf1ca43318fc51 (patch) | |
tree | ab2f6aa1d329adac1cf1a0db6b6066809fe92065 /Master | |
parent | af2e0569de88f0e383be470cfb73c99434ecdc92 (diff) |
(PartialEngineSupport): add luahbtex to list.
git-svn-id: svn://tug.org/texlive/trunk@52745 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-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 596302daa37..8e698297cc0 100644 --- a/Master/tlpkg/TeXLive/TLConfig.pm +++ b/Master/tlpkg/TeXLive/TLConfig.pm @@ -233,7 +233,7 @@ our %TLPDBSettings = ( our $WindowsMainMenuName = "TeX Live $ReleaseYear"; # Comma-separated list of engines which do not exist on all platforms. -our $PartialEngineSupport = "luajittex,mfluajit"; +our $PartialEngineSupport = "luahbtex,luajittex,mfluajit"; # Flags for error handling across the scripts and modules # all fine |