aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThijs Schreijer <thijs@thijsschreijer.nl>2013-04-30 11:57:05 +0200
committerThijs Schreijer <thijs@thijsschreijer.nl>2013-04-30 11:57:05 +0200
commit95233053d0fefc1234541f94a99e6c3ce1d807b5 (patch)
tree64c20874e2c97e8da8043616c4af014b1287a3d9
parente13ed563952168ee19c396759a9fbd025b8ffc77 (diff)
downloadluarocks-95233053d0fefc1234541f94a99e6c3ce1d807b5.tar.gz
luarocks-95233053d0fefc1234541f94a99e6c3ce1d807b5.tar.bz2
luarocks-95233053d0fefc1234541f94a99e6c3ce1d807b5.zip
added comment
-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