summaryrefslogtreecommitdiff
path: root/core/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2017-03-30 10:45:31 +0800
committerruki <[email protected]>2017-03-30 10:45:31 +0800
commitbd9e9505a78602000c2625dc483cc53a2e69f10f (patch)
tree99cde34a4f101a39e3be458fa28c1386cc772b76 /core/xmake.lua
parent130e0d22c840da966e8426e0c2adc1285a70a3d8 (diff)
add luajit sources
Diffstat (limited to 'core/xmake.lua')
-rw-r--r--core/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/xmake.lua b/core/xmake.lua
index a3ea15547..6bc0e3561 100644
--- a/core/xmake.lua
+++ b/core/xmake.lua
@@ -49,4 +49,4 @@ end
add_packagedirs("pkg")
-- add projects
-add_subdirs("src/xmake", "src/demo")
+add_subdirs("src/luajit", "src/xmake", "src/demo")