summaryrefslogtreecommitdiff
path: root/core/src/demo/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2017-08-14 15:35:31 +0800
committerruki <[email protected]>2017-08-14 15:35:43 +0800
commit06aaf7d5a583fd5a6574661e4b58fbd9f431817a (patch)
tree42742b32d29d776c9420e201e7b9095d9f54317f /core/src/demo/xmake.lua
parentdba45d143d8aff047da82cbe1a881056e6e4bc00 (diff)
fix target deps
Diffstat (limited to 'core/src/demo/xmake.lua')
-rw-r--r--core/src/demo/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/demo/xmake.lua b/core/src/demo/xmake.lua
index 520241669..57453a87e 100644
--- a/core/src/demo/xmake.lua
+++ b/core/src/demo/xmake.lua
@@ -2,7 +2,7 @@
target("demo")
-- add deps
- add_deps("sv", "luajit", "xmake")
+ add_deps("xmake")
-- make as a binary
set_kind("binary")