diff options
| author | ruki <[email protected]> | 2022-11-30 18:30:14 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-11-30 18:30:14 +0800 |
| commit | df25bc8dfac8cbf690f6dff8dd263421a7ca795a (patch) | |
| tree | b1a688d708662d8457fe74f9f139aa5cb1a0d33a /core/src/luajit/xmake.lua | |
| parent | 507e94c59db165404cbe1c6151d1884219ad1771 (diff) | |
| parent | 0a5c1c7ef8491e96ad11ffbcb8d3dac9c44ec1f2 (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.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") |
