We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8afe784 commit 24c5bfbCopy full SHA for 24c5bfb
hererocks.py
@@ -1488,7 +1488,7 @@ def build(self):
1488
"install.bat",
1489
"/P", os.path.join(opts.location, "luarocks"),
1490
"/LUA", opts.location,
1491
- "/FORCECONFIG", "/F"
+ "/F"
1492
]
1493
if lua_identifiers["target"] == "mingw":
1494
args += ["/MW"]
@@ -1525,7 +1525,7 @@ def build(self):
1525
else:
1526
print("Building LuaRocks" + self.version_suffix)
1527
run("./configure", "--prefix=" + opts.location,
1528
- "--with-lua=" + opts.location, "--force-config")
+ "--with-lua=" + opts.location)
1529
1530
if self.is_luarocks_2_0():
1531
run("make")
0 commit comments