summaryrefslogtreecommitdiff
path: root/core/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2022-11-30 23:51:49 +0800
committerruki <[email protected]>2022-11-30 23:51:49 +0800
commitd91572bb30918b83e85ced60272dedd92bc44322 (patch)
tree09c98b368241057cc980fafe46f874f429e8d30a /core/xmake.lua
parent5076f7ccb4f06e28d64bc22e2fbed34098a63689 (diff)
remove autogen files
Diffstat (limited to 'core/xmake.lua')
-rw-r--r--core/xmake.lua5
1 files changed, 4 insertions, 1 deletions
diff --git a/core/xmake.lua b/core/xmake.lua
index 5ea9b3d7c..a8a29e2fd 100644
--- a/core/xmake.lua
+++ b/core/xmake.lua
@@ -98,7 +98,10 @@ if is_plat("windows") then
end
-- add projects
-includes("src/lua-cjson", "src/sv","src/luajit", "src/lua", "src/lz4", "src/tbox", "src/xmake", "src/demo")
+includes("src/lua-cjson", "src/sv", "src/lua", "src/lz4", "src/tbox", "src/xmake", "src/demo")
+if is_config("runtime", "luajit") then
+ includes("src/luajit")
+end
if is_plat("windows") then
includes("src/pdcurses")
end