[latex3-commits] [git/LaTeX3-latex3-luaotfload] dev: TeXLive 2020 ajustments, part 2 (68c6545)
Marcel Fabian Krüger
tex at 2krueger.de
Fri Apr 10 12:39:16 CEST 2020
Repository : https://github.com/latex3/luaotfload
On branch : dev
Link : https://github.com/latex3/luaotfload/commit/68c654553dcaf163bd05c1421bd4fa3833f7846c
>---------------------------------------------------------------
commit 68c654553dcaf163bd05c1421bd4fa3833f7846c
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date: Fri Apr 10 12:39:16 2020 +0200
TeXLive 2020 ajustments, part 2
>---------------------------------------------------------------
68c654553dcaf163bd05c1421bd4fa3833f7846c
build.lua | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/build.lua b/build.lua
index cf799c5..51139ff 100644
--- a/build.lua
+++ b/build.lua
@@ -69,16 +69,15 @@ local ismiktex = string.match (luatexstatus.banner,"MiKTeX")
-- l3build check settings
-
local has_hbengine = os.execute(os.type == "unix"
and "command -v luahbtex > /dev/null"
or "where /q luahbtex") == 0 or nil
assert(has_hbengine, "luahbtex is required for latex-dev")
---luaotfloadspecial = 1
-checkformat = "latex-dev" -- in tl2020 this can be perhaps latex-dev and latex
+checkformat = master_branch and "latex" or "latex-dev"
+stdengine = "luatex"
checkengines = {"luatex"}
checkconfigs = {
More information about the latex3-commits
mailing list.