summaryrefslogtreecommitdiff
path: root/core/src/lua-cjson/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2022-12-14 22:19:20 +0800
committerGitHub <[email protected]>2022-12-14 22:19:20 +0800
commit47add8685e01b60412d63994cbed65f7049ae91a (patch)
treecbf213ac8b13271b809542d65cd05d6a491b7605 /core/src/lua-cjson/xmake.lua
parent4e1325a6699ea3a0aa6cd7568e93c7a3b3ea402a (diff)
parent52c919d54bedc52b7b0af560bdb55d36d1668906 (diff)
Merge pull request #3172 from xmake-io/xmake.sh
add xmake.sh
Diffstat (limited to 'core/src/lua-cjson/xmake.lua')
-rw-r--r--core/src/lua-cjson/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/lua-cjson/xmake.lua b/core/src/lua-cjson/xmake.lua
index 75b62c16b..74406d67e 100644
--- a/core/src/lua-cjson/xmake.lua
+++ b/core/src/lua-cjson/xmake.lua
@@ -1,7 +1,7 @@
target("lua-cjson")
set_kind("static")
set_warnings("all")
- add_deps(get_config("runtime"))
+ add_deps("lua")
if is_plat("windows") then
set_languages("c89")
end