diff options
author | Hans Hagen <pragma@wxs.nl> | 2017-10-07 00:12:29 +0200 |
---|---|---|
committer | Context Git Mirror Bot <phg42.2a@gmail.com> | 2017-10-07 00:12:29 +0200 |
commit | edaa6851d5c096acba2ad5817f70d3eb7cec46e6 (patch) | |
tree | 404b6d6cf0a5e403a046a405917fece6f3832d81 /scripts | |
parent | 73b98c1460debac19577c07301220a0d7944fbd7 (diff) | |
download | context-edaa6851d5c096acba2ad5817f70d3eb7cec46e6.tar.gz |
2017-10-06 23:26:00
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/context/lua/mtx-update.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/context/lua/mtx-update.lua b/scripts/context/lua/mtx-update.lua index c5fd36fee..20ca9ce27 100644 --- a/scripts/context/lua/mtx-update.lua +++ b/scripts/context/lua/mtx-update.lua @@ -124,8 +124,8 @@ update.base = { -- binaries and font-related files -- for pdftex we don't need OpenType fonts, for LuaTeX/XeTeX we don't need TFM files -local update.defaultengine = "luatex" -local update.rsyncvariant = "cygwin" -- will be come mingw +update.defaultengine = "luatex" +update.rsyncvariant = "cygwin" -- will be come mingw update.engines = { ["luatex"] = { |