summaryrefslogtreecommitdiff
path: root/core/src/demo/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/src/demo/xmake.lua
parent130e0d22c840da966e8426e0c2adc1285a70a3d8 (diff)
add luajit sources
Diffstat (limited to 'core/src/demo/xmake.lua')
-rw-r--r--core/src/demo/xmake.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/src/demo/xmake.lua b/core/src/demo/xmake.lua
index beee74704..790661816 100644
--- a/core/src/demo/xmake.lua
+++ b/core/src/demo/xmake.lua
@@ -21,11 +21,11 @@ target("demo")
add_includedirs("$(projectdir)/src")
-- add links and directory
- add_links("xmake")
+ add_links("xmake", "luajit")
add_linkdirs("$(buildir)")
-- add packages
- add_packages("tbox", "luajit", "base")
+ add_packages("tbox", "base")
-- add the common source files
add_files("**.c")