summaryrefslogtreecommitdiff
path: root/core/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2017-08-15 11:07:53 +0800
committerruki <[email protected]>2017-08-15 11:07:53 +0800
commited80709acfcf740f48375512b1f6cf6a0b009d5c (patch)
tree474f726b285e6e3f31df9d16273902661e62ce8f /core/xmake.lua
parent19cc317957ebc1aa4654cff37118c74a0cfabe70 (diff)
remove tbox.pkg and add tbox files
Diffstat (limited to 'core/xmake.lua')
-rw-r--r--core/xmake.lua5
1 files changed, 1 insertions, 4 deletions
diff --git a/core/xmake.lua b/core/xmake.lua
index 141b81c6b..ebee560e6 100644
--- a/core/xmake.lua
+++ b/core/xmake.lua
@@ -46,8 +46,5 @@ if is_mode("coverage") then
add_ldflags("-coverage", "-fprofile-arcs", "-ftest-coverage")
end
--- add package directories
-add_packagedirs("pkg")
-
-- add projects
-add_subdirs("src/sv","src/luajit", "src/xmake", "src/demo")
+add_subdirs("src/sv","src/luajit", "src/tbox", "src/xmake", "src/demo")