diff options
Diffstat (limited to '')
-rw-r--r-- | src/luarocks/deps.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luarocks/deps.lua b/src/luarocks/deps.lua index acbf1dd6..081265a5 100644 --- a/src/luarocks/deps.lua +++ b/src/luarocks/deps.lua | |||
@@ -240,7 +240,7 @@ end | |||
240 | function deps.fulfill_dependencies(rockspec, deps_mode) | 240 | function deps.fulfill_dependencies(rockspec, deps_mode) |
241 | 241 | ||
242 | local search = require("luarocks.search") | 242 | local search = require("luarocks.search") |
243 | local install = require("luarocks.install") | 243 | local install = require("luarocks.cmd.install") |
244 | 244 | ||
245 | if rockspec.supported_platforms then | 245 | if rockspec.supported_platforms then |
246 | if not deps.platforms_set then | 246 | if not deps.platforms_set then |