diff options
Diffstat (limited to 'install.bat')
-rw-r--r-- | install.bat | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/install.bat b/install.bat index 26255502..22f72e13 100644 --- a/install.bat +++ b/install.bat | |||
@@ -709,6 +709,7 @@ rocks_trees = { | |||
709 | end | 709 | end |
710 | f:write(S" LUALIB = '$LUA_LIBNAME'\n") | 710 | f:write(S" LUALIB = '$LUA_LIBNAME'\n") |
711 | f:write("}\n") | 711 | f:write("}\n") |
712 | f:write("verbose = false -- set to 'true' to enable verbose output\n") | ||
712 | f:close() | 713 | f:close() |
713 | print(S"Created LuaRocks config file: $CONFIG_FILE") | 714 | print(S"Created LuaRocks config file: $CONFIG_FILE") |
714 | else | 715 | else |