[latex3-commits] [git/LaTeX3-latex3-latex3] fast-l3build-save: Handle forat building in bundlecheck (82f3275a6)
Marcel Fabian Krüger
tex at 2krueger.de
Mon May 17 06:28:33 CEST 2021
Repository : https://github.com/latex3/latex3
On branch : fast-l3build-save
Link : https://github.com/latex3/latex3/commit/82f3275a6fc16898fb50d4c5b04536e0b28fccd4
>---------------------------------------------------------------
commit 82f3275a6fc16898fb50d4c5b04536e0b28fccd4
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date: Mon May 17 06:28:33 2021 +0200
Handle forat building in bundlecheck
>---------------------------------------------------------------
82f3275a6fc16898fb50d4c5b04536e0b28fccd4
build-config.lua | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build-config.lua b/build-config.lua
index 25a393436..dcdc8f6dc 100644
--- a/build-config.lua
+++ b/build-config.lua
@@ -144,7 +144,7 @@ function checkinit_hook()
local engines = options.engine
if not engines then
local target = options.target
- if target == 'check' then
+ if target == 'check' or target == 'bundlecheck' then
engines = checkengines
elseif target == 'save' then
engines = {stdengine}
More information about the latex3-commits
mailing list.