diff options
Diffstat (limited to 'core/src/lua-cjson/xmake.lua')
| -rw-r--r-- | core/src/lua-cjson/xmake.lua | 2 |
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 |
