diff options
Diffstat (limited to 'src/luarocks/deps.lua')
-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 d9419ec3..9c737d66 100644 --- a/src/luarocks/deps.lua +++ b/src/luarocks/deps.lua | |||
@@ -262,7 +262,7 @@ end | |||
262 | function deps.fulfill_dependencies(rockspec, deps_mode) | 262 | function deps.fulfill_dependencies(rockspec, deps_mode) |
263 | 263 | ||
264 | local search = require("luarocks.search") | 264 | local search = require("luarocks.search") |
265 | local install = require("luarocks.install") | 265 | local install = require("luarocks.cmd.install") |
266 | 266 | ||
267 | if rockspec.supported_platforms then | 267 | if rockspec.supported_platforms then |
268 | if not deps.platforms_set then | 268 | if not deps.platforms_set then |