diff options
| author | ruki <[email protected]> | 2022-11-30 23:52:54 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-11-30 23:52:54 +0800 |
| commit | a758f2d6a14af3e4d2acab53f12e91be64ab906a (patch) | |
| tree | d46cc2642af17215c9d8a914bc144982c2b8e556 /core/src/luajit/xmake.lua | |
| parent | 45e9be5a1eaa6588633fee019cb0b14c3e9d6775 (diff) | |
improve makefile
Diffstat (limited to 'core/src/luajit/xmake.lua')
| -rw-r--r-- | core/src/luajit/xmake.lua | 2 |
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") |
