diff options
-rw-r--r-- | src/luarocks/install.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luarocks/install.lua b/src/luarocks/install.lua index e7e6bb20..b6af43cc 100644 --- a/src/luarocks/install.lua +++ b/src/luarocks/install.lua | |||
@@ -170,7 +170,7 @@ function install.run(...) | |||
170 | if name:match("%.rockspec$") or name:match("%.src%.rock$") then | 170 | if name:match("%.rockspec$") or name:match("%.src%.rock$") then |
171 | util.printout("Using "..name.."... switching to 'build' mode") | 171 | util.printout("Using "..name.."... switching to 'build' mode") |
172 | local build = require("luarocks.build") | 172 | local build = require("luarocks.build") |
173 | return build.run(name, util.forward_flags(flags, "local", "keep", "deps-mode", "only-deps")) | 173 | return build.run(name, util.forward_flags(flags, "local", "keep", "deps-mode", "only-deps", "force", "force-fast")) |
174 | elseif name:match("%.rock$") then | 174 | elseif name:match("%.rock$") then |
175 | if flags["only-deps"] then | 175 | if flags["only-deps"] then |
176 | ok, err = install.install_binary_rock_deps(name, deps.get_deps_mode(flags)) | 176 | ok, err = install.install_binary_rock_deps(name, deps.get_deps_mode(flags)) |