aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--install.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.bat b/install.bat
index 4e1ede31..28236707 100644
--- a/install.bat
+++ b/install.bat
@@ -560,7 +560,7 @@ rocks_trees = {
560 end 560 end
561 f:write("variables = {\n") 561 f:write("variables = {\n")
562 if USE_MINGW and vars.LUA_RUNTIME == "MSVCRT" then 562 if USE_MINGW and vars.LUA_RUNTIME == "MSVCRT" then
563 f:write(" MSVCRT = 'm',\n") 563 f:write(" MSVCRT = 'm', -- make MinGW use MSVCRT.DLL as runtime\n")
564 else 564 else
565 f:write(" MSVCRT = '"..vars.LUA_RUNTIME.."',\n") 565 f:write(" MSVCRT = '"..vars.LUA_RUNTIME.."',\n")
566 end 566 end