summaryrefslogtreecommitdiff
path: root/core/src/luajit/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2022-11-30 18:30:14 +0800
committerGitHub <[email protected]>2022-11-30 18:30:14 +0800
commitdf25bc8dfac8cbf690f6dff8dd263421a7ca795a (patch)
treeb1a688d708662d8457fe74f9f139aa5cb1a0d33a /core/src/luajit/xmake.lua
parent507e94c59db165404cbe1c6151d1884219ad1771 (diff)
parent0a5c1c7ef8491e96ad11ffbcb8d3dac9c44ec1f2 (diff)
Merge pull request #3119 from xmake-io/luajit2
remove autogen files
Diffstat (limited to 'core/src/luajit/xmake.lua')
-rw-r--r--core/src/luajit/xmake.lua2
1 files changed, 1 insertions, 1 deletions
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")