From 75111b506443ab6555aaa1a8104d053d368397b8 Mon Sep 17 00:00:00 2001 From: Peter Melnichenko Date: Tue, 3 May 2016 11:39:54 +0300 Subject: [PATCH] Pass /F to LuaRocks install.bat to allow upgrading --- hererocks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hererocks.py b/hererocks.py index d3c57c1..a59bcfb 100755 --- a/hererocks.py +++ b/hererocks.py @@ -1290,7 +1290,7 @@ class LuaRocks(Program): "install.bat", "/P", os.path.join(opts.location, "luarocks"), "/LUA", opts.location, - "/FORCECONFIG", + "/FORCECONFIG", "/F" ] if opts.target == "mingw": args += ["/MW"]