summaryrefslogtreecommitdiff
path: root/core/src/lua-cjson/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2021-09-18 16:03:53 +0800
committerGitHub <[email protected]>2021-09-18 16:03:53 +0800
commit8a784a3c600eda3f631579f9127cf00b8ae52a69 (patch)
tree01aa7cf0e26a2ab788b9d566a7eaa7fead87e331 /core/src/lua-cjson/xmake.lua
parent0108980f36b996d575a87c59ead44da8fd059490 (diff)
parent1ccb90835e59ed093d4026c781cf7e6abe08fdec (diff)
Merge pull request #1683 from xmake-io/lua53
Add Lua53 backend
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 d2eec99f0..d3b12ded1 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("luajit")
+ add_deps(get_config("backend"))
if is_plat("windows") then
set_languages("c89")
end