diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/luarocks/build.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luarocks/build.lua b/src/luarocks/build.lua index ca0237b7..eee4bb99 100644 --- a/src/luarocks/build.lua +++ b/src/luarocks/build.lua | |||
| @@ -144,7 +144,7 @@ local function process_dependencies(rockspec, opts) | |||
| 144 | end | 144 | end |
| 145 | 145 | ||
| 146 | local function fetch_and_change_to_source_dir(rockspec, opts) | 146 | local function fetch_and_change_to_source_dir(rockspec, opts) |
| 147 | if opts.minimal_mode then | 147 | if opts.minimal_mode or opts.build_only_deps then |
| 148 | return true | 148 | return true |
| 149 | end | 149 | end |
| 150 | if opts.need_to_fetch then | 150 | if opts.need_to_fetch then |
