aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/luarocks/build.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luarocks/build.lua b/src/luarocks/build.lua
index 42ae4591..e545d390 100644
--- a/src/luarocks/build.lua
+++ b/src/luarocks/build.lua
@@ -129,7 +129,7 @@ local function process_dependencies(rockspec, opts)
129 129
130 if not opts.build_only_deps then 130 if not opts.build_only_deps then
131 if next(rockspec.build_dependencies) then 131 if next(rockspec.build_dependencies) then
132 local ok, err, errcode = deps.fulfill_dependencies(rockspec, "build_dependencies", opts.deps_mode, opts.verify) 132 local ok, err, errcode = deps.fulfill_dependencies(rockspec, "build_dependencies", "all", opts.verify)
133 if err then 133 if err then
134 return nil, err, errcode 134 return nil, err, errcode
135 end 135 end