aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/luarocks/cmd/make.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luarocks/cmd/make.lua b/src/luarocks/cmd/make.lua
index 4502696f..ef794b91 100644
--- a/src/luarocks/cmd/make.lua
+++ b/src/luarocks/cmd/make.lua
@@ -157,7 +157,7 @@ function make.command(args)
157end 157end
158 158
159make.needs_lock = function(args) 159make.needs_lock = function(args)
160 if args.pack_binary_rock then 160 if args.pack_binary_rock or args.no_install then
161 return false 161 return false
162 end 162 end
163 return true 163 return true