Skip to content

Commit

Permalink
And some more
Browse files Browse the repository at this point in the history
  • Loading branch information
josephwright committed Sep 6, 2023
1 parent ca69dd8 commit 56d1249
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion l3build.lua
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,10 @@ if forcecheckepoch then
local options = specialformats["latex-dev"].luatex.options
specialformats["latex-dev"].luatex.options = (options and (options .. " ") or "") .. "-utc"
end
end
if forcedocepoch then
if match(typesetexe,"luatex") or match(typesetexe,"lualatex") then
typesetopts = typsetopts .. " -utc"
typesetopts = typsetopts .. " -utc"
end
end
Expand Down

0 comments on commit 56d1249

Please sign in to comment.