diff options
author | Thijs Schreijer <thijs@thijsschreijer.nl> | 2013-04-30 11:57:05 +0200 |
---|---|---|
committer | Thijs Schreijer <thijs@thijsschreijer.nl> | 2013-04-30 11:57:05 +0200 |
commit | 95233053d0fefc1234541f94a99e6c3ce1d807b5 (patch) | |
tree | 64c20874e2c97e8da8043616c4af014b1287a3d9 | |
parent | e13ed563952168ee19c396759a9fbd025b8ffc77 (diff) | |
download | luarocks-95233053d0fefc1234541f94a99e6c3ce1d807b5.tar.gz luarocks-95233053d0fefc1234541f94a99e6c3ce1d807b5.tar.bz2 luarocks-95233053d0fefc1234541f94a99e6c3ce1d807b5.zip |
added comment
-rw-r--r-- | install.bat | 2 |
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 |