[latex3-commits] [git/LaTeX3-latex3-latex2e] LaTeX2020: Set LUAINPUTS for format-building (74eda1d3)

Joseph Wright joseph.wright at morningstar2.co.uk
Sun Oct 13 21:51:59 CEST 2019


Repository : https://github.com/latex3/latex2e
On branch  : LaTeX2020
Link       : https://github.com/latex3/latex2e/commit/74eda1d3adc64ad46c194a9805c40225eecabb2c

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

commit 74eda1d3adc64ad46c194a9805c40225eecabb2c
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Sun Oct 6 23:28:24 2019 +0100

    Set LUAINPUTS for format-building


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

74eda1d3adc64ad46c194a9805c40225eecabb2c
 build-config.lua | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/build-config.lua b/build-config.lua
index f69acd09..d4419ff3 100644
--- a/build-config.lua
+++ b/build-config.lua
@@ -191,6 +191,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 .. engine .. " -etex -ini -output-directory=" .. unpackdir
       .. " " .. src 
       .. (hide and (" > " .. os_null) or ""))





More information about the latex3-commits mailing list