aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/luarocks/cfg.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/luarocks/cfg.lua b/src/luarocks/cfg.lua
index f806f822..70c16a2a 100644
--- a/src/luarocks/cfg.lua
+++ b/src/luarocks/cfg.lua
@@ -332,8 +332,8 @@ if detected.windows then
332 defaults.variables.LD = "link" 332 defaults.variables.LD = "link"
333 defaults.variables.MT = "mt" 333 defaults.variables.MT = "mt"
334 defaults.variables.LUALIB = "lua"..cfg.lua_version..".lib" 334 defaults.variables.LUALIB = "lua"..cfg.lua_version..".lib"
335 defaults.variables.CFLAGS = "/MD /O2" 335 defaults.variables.CFLAGS = "/nologo /MD /O2"
336 defaults.variables.LIBFLAG = "/dll" 336 defaults.variables.LIBFLAG = "/nologo /dll"
337 337
338 local bins = { "SEVENZ", "CP", "FIND", "LS", "MD5SUM", 338 local bins = { "SEVENZ", "CP", "FIND", "LS", "MD5SUM",
339 "MKDIR", "MV", "PWD", "RMDIR", "TEST", "UNAME", "WGET" } 339 "MKDIR", "MV", "PWD", "RMDIR", "TEST", "UNAME", "WGET" }