diff options
Diffstat (limited to 'install.bat')
-rw-r--r-- | install.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install.bat b/install.bat index 444a6847..4120db49 100644 --- a/install.bat +++ b/install.bat | |||
@@ -1015,7 +1015,7 @@ local hardcoded_lua = S[[$LUADIR\luarocks\core\hardcoded.lua]] | |||
1015 | 1015 | ||
1016 | os.remove(hardcoded_lua) | 1016 | os.remove(hardcoded_lua) |
1017 | 1017 | ||
1018 | vars.SYSTEM = USE_MINGW and "MINGW" or "WindowsNT" | 1018 | vars.SYSTEM = USE_MINGW and "mingw" or "windows" |
1019 | 1019 | ||
1020 | local f = io.open(hardcoded_lua, "w") | 1020 | local f = io.open(hardcoded_lua, "w") |
1021 | f:write(S[=[ | 1021 | f:write(S[=[ |