From 7477142abe98b99a4d146cf25c6f3bd93fe2cdd8 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Sat, 11 Aug 2018 12:52:31 -0300 Subject: add mkdir to the list of WIN_TOOLS used in non-binary Windows mode --- src/luarocks/core/cfg.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/luarocks/core/cfg.lua b/src/luarocks/core/cfg.lua index e0066150..7a764160 100644 --- a/src/luarocks/core/cfg.lua +++ b/src/luarocks/core/cfg.lua @@ -716,7 +716,7 @@ function cfg.init(lua_data, project_dir, warning) local defaults = make_defaults(lua_version, processor, platforms, cfg.home) if platforms.windows and hardcoded.WIN_TOOLS then - local tools = { "SEVENZ", "CP", "FIND", "LS", "MD5SUM", "PWD", "RMDIR", "TEST", "WGET" } + local tools = { "SEVENZ", "CP", "FIND", "LS", "MD5SUM", "PWD", "RMDIR", "TEST", "WGET", "MKDIR" } for _, tool in ipairs(tools) do defaults.variables[tool] = hardcoded.WIN_TOOLS .. "/" .. defaults.variables[tool] .. ".exe" end -- cgit v1.2.3-55-g6feb