diff options
| author | ruki <[email protected]> | 2020-07-17 00:58:45 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-07-17 00:58:45 +0800 |
| commit | 5c4e36e63a63742fc81910cce39a2fc54b36db05 (patch) | |
| tree | b2b854116862516d711b4d5cbdba77a54779a23d /core/src/lua-cjson | |
| parent | 5131b2b062b478c4ca6dd3310ef139bfe05afc7c (diff) | |
fix compile errors
Diffstat (limited to 'core/src/lua-cjson')
| -rw-r--r-- | core/src/lua-cjson/xmake.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/core/src/lua-cjson/xmake.lua b/core/src/lua-cjson/xmake.lua index 76caf9fc7..9c93fb562 100644 --- a/core/src/lua-cjson/xmake.lua +++ b/core/src/lua-cjson/xmake.lua @@ -2,9 +2,6 @@ target("lua-cjson") set_kind("static") set_warnings("all") add_deps("luajit") - if is_plat("windows") then - set_languages("c89") - end add_files("lua-cjson/*.c|fpconv.c") -- Use internal strtod() / g_fmt() code for performance and disable multi-thread add_defines("NDEBUG", "USE_INTERNAL_FPCONV") |
