diff options
| author | ruki <[email protected]> | 2021-09-21 22:53:08 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-09-21 22:53:08 +0800 |
| commit | a99208ddf3cda05ba4ddc18ff8ac44857eb8a649 (patch) | |
| tree | 45f34f9c6d4ebe694cd53b537d59cf125d72f370 /core/src/lua-cjson | |
| parent | 06cceecff66e8b5473095e77cd2b95e70b0d66ce (diff) | |
improve xmake options
Diffstat (limited to 'core/src/lua-cjson')
| -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 d3b12ded1..75b62c16b 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("backend")) + add_deps(get_config("runtime")) if is_plat("windows") then set_languages("c89") end |
