diff options
| author | ruki <[email protected]> | 2022-12-16 00:25:51 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-12-16 00:25:51 +0800 |
| commit | 0021ae25c8d87c986ae55689519463b34121b77c (patch) | |
| tree | 74b859a2bbee1e6d4c2bad39ae4f025926eff684 /core/src/lua-cjson | |
| parent | 8f3c6de1990dbf2db07e4c4d6b43214ddea7ec92 (diff) | |
improve install for xmake.sh
Diffstat (limited to 'core/src/lua-cjson')
| -rwxr-xr-x | core/src/lua-cjson/xmake.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/src/lua-cjson/xmake.sh b/core/src/lua-cjson/xmake.sh index 6b9e4aad3..7ee38cc10 100755 --- a/core/src/lua-cjson/xmake.sh +++ b/core/src/lua-cjson/xmake.sh @@ -2,6 +2,7 @@ target "lua_cjson" set_kind "static" + set_default false set_warnings "all" add_deps "lua" add_files "lua-cjson/dtoa.c" |
