Do not pass PREFIX when building LuaJIT

Since default paths are patched, there is no point.
This commit is contained in:
mpeterv 2015-12-05 22:58:07 +03:00
parent b017fbc4be
commit 0d13277c0f

View File

@ -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")