Do not pass PREFIX when building LuaJIT
Since default paths are patched, there is no point.
This commit is contained in:
parent
b017fbc4be
commit
0d13277c0f
@ -531,7 +531,7 @@ class LuaJIT(Lua):
|
||||
run_command("msvcbuild.bat")
|
||||
os.chdir("..")
|
||||
else:
|
||||
run_command("make", "PREFIX=" + quote(opts.location))
|
||||
run_command("make")
|
||||
|
||||
def make_install(self):
|
||||
luajit_file = exe("luajit")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user