summaryrefslogtreecommitdiff
path: root/core/src
diff options
context:
space:
mode:
authorruki <[email protected]>2020-07-17 22:41:11 +0800
committerruki <[email protected]>2020-07-17 22:41:11 +0800
commit6b3cf4e5239f3f041501d0d8ee32471f33010708 (patch)
tree12f52f9bc2f7b70f6f6aa93ca3384e0015b510ef /core/src
parentebed90e5a6f358e375a8efd0c57c29f4dca59331 (diff)
update lua-cjson
Diffstat (limited to 'core/src')
m---------core/src/lua-cjson/lua-cjson0
-rw-r--r--core/src/lua-cjson/xmake.lua1
2 files changed, 0 insertions, 1 deletions
diff --git a/core/src/lua-cjson/lua-cjson b/core/src/lua-cjson/lua-cjson
-Subproject ab5ec0ea2de2603bb01e6ea33f7e3197d431ec5
+Subproject ddd218d35f65a3e0a9f45de5e897f5c319ee4a8
diff --git a/core/src/lua-cjson/xmake.lua b/core/src/lua-cjson/xmake.lua
index cdf3502a9..b25640cae 100644
--- a/core/src/lua-cjson/xmake.lua
+++ b/core/src/lua-cjson/xmake.lua
@@ -11,7 +11,6 @@ target("lua-cjson")
if is_plat("windows") then
-- Windows sprintf()/strtod() handle NaN/inf differently. Not supported.
add_defines("DISABLE_INVALID_NUMBERS")
- add_defines("strncasecmp=_strnicmp")
add_defines("inline=__inline")
end