Skip to content

Commit 50ec9b9

Browse files
committed
lua - Correctly check Lua is running on windows
Follow up on #12806
1 parent 7e98950 commit 50ec9b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resources/pandoc/datadir/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
if pandoc.system.os == "windows" then
1+
if pandoc.system.os == "mingw32" then
22

33
local function get_windows_ansi_codepage()
44
-- Reading the code page directly out of the registry was causing

0 commit comments

Comments
 (0)