diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/luarocks/core/cfg.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
716 | local defaults = make_defaults(lua_version, processor, platforms, cfg.home) | 716 | local defaults = make_defaults(lua_version, processor, platforms, cfg.home) |
717 | 717 | ||
718 | if platforms.windows and hardcoded.WIN_TOOLS then | 718 | if platforms.windows and hardcoded.WIN_TOOLS then |
719 | local tools = { "SEVENZ", "CP", "FIND", "LS", "MD5SUM", "PWD", "RMDIR", "TEST", "WGET" } | 719 | local tools = { "SEVENZ", "CP", "FIND", "LS", "MD5SUM", "PWD", "RMDIR", "TEST", "WGET", "MKDIR" } |
720 | for _, tool in ipairs(tools) do | 720 | for _, tool in ipairs(tools) do |
721 | defaults.variables[tool] = hardcoded.WIN_TOOLS .. "/" .. defaults.variables[tool] .. ".exe" | 721 | defaults.variables[tool] = hardcoded.WIN_TOOLS .. "/" .. defaults.variables[tool] .. ".exe" |
722 | end | 722 | end |