diff options
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") |
