From a758f2d6a14af3e4d2acab53f12e91be64ab906a Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 30 Nov 2022 23:52:54 +0800 Subject: improve makefile --- core/src/luajit/xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/src/luajit/xmake.lua') diff --git a/core/src/luajit/xmake.lua b/core/src/luajit/xmake.lua index a3c7120df..427c319a1 100644 --- a/core/src/luajit/xmake.lua +++ b/core/src/luajit/xmake.lua @@ -19,7 +19,7 @@ end if os.isfile("/etc/redhat-release") then jit = false end -local autogendir = path.join("autogen", plat, jit and "jit" or "nojit", arch) +local autogendir = path.join("luajit", "autogen", plat, jit and "jit" or "nojit", arch) -- add target target("luajit") -- cgit v1.3.1