Pass /F to LuaRocks install.bat to allow upgrading
This commit is contained in:
parent
78b4476c02
commit
75111b5064
@ -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"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user