[latex3-commits] [git/LaTeX3-latex3-latex3] LaTeX2020: Set LUAINPUTS for format building (8088e0c0a)

Joseph Wright joseph.wright at morningstar2.co.uk
Mon Oct 7 00:05:40 CEST 2019


Repository : https://github.com/latex3/latex3
On branch  : LaTeX2020
Link       : https://github.com/latex3/latex3/commit/8088e0c0a2088e6db23dbc1e4600112be2d38a49

>---------------------------------------------------------------

commit 8088e0c0a2088e6db23dbc1e4600112be2d38a49
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Sun Oct 6 23:05:40 2019 +0100

    Set LUAINPUTS for format building


>---------------------------------------------------------------

8088e0c0a2088e6db23dbc1e4600112be2d38a49
 build-config.lua | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/build-config.lua b/build-config.lua
index 8278d86da..450b182a5 100644
--- a/build-config.lua
+++ b/build-config.lua
@@ -98,6 +98,9 @@ local function fmt(engines,dest)
     local errorlevel = os.execute(
       os_setenv .. " TEXINPUTS=" .. unpackdir .. os_pathsep .. localdir
       .. os_pathsep .. texmfdir .. "//"
+      .. os_concat ..
+      os_setenv .. " LUAINPUTS=" .. unpackdir .. os_pathsep .. localdir
+      .. os_pathsep .. texmfdir .. "//"
       .. os_concat .. cmd .. " -etex -ini -output-directory=" .. unpackdir
       .. " " .. src .. " > " .. os_null)
     if errorlevel ~= 0 then return errorlevel end





More information about the latex3-commits mailing list