diff options
-rw-r--r-- | install.bat | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/install.bat b/install.bat index ba4a12fd..61ee164d 100644 --- a/install.bat +++ b/install.bat | |||
@@ -1163,6 +1163,7 @@ if USE_MINGW then | |||
1163 | end | 1163 | end |
1164 | f:write("}\n") | 1164 | f:write("}\n") |
1165 | f:write("verbose = false -- set to 'true' to enable verbose output\n") | 1165 | f:write("verbose = false -- set to 'true' to enable verbose output\n") |
1166 | f:write("fs_use_modules = false -- prevent LuaRocks itself from using installed modules and blocking their files from removal \n") | ||
1166 | f:close() | 1167 | f:close() |
1167 | 1168 | ||
1168 | print(S"Created LuaRocks config file: $CONFIG_FILE") | 1169 | print(S"Created LuaRocks config file: $CONFIG_FILE") |