From 6b3cf4e5239f3f041501d0d8ee32471f33010708 Mon Sep 17 00:00:00 2001 From: ruki Date: Fri, 17 Jul 2020 22:41:11 +0800 Subject: update lua-cjson --- core/src/lua-cjson/lua-cjson | 2 +- core/src/lua-cjson/xmake.lua | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'core/src/lua-cjson') diff --git a/core/src/lua-cjson/lua-cjson b/core/src/lua-cjson/lua-cjson index ab5ec0ea2..ddd218d35 160000 --- a/core/src/lua-cjson/lua-cjson +++ b/core/src/lua-cjson/lua-cjson @@ -1 +1 @@ -Subproject commit ab5ec0ea2de2603bb01e6ea33f7e3197d431ec5a +Subproject commit ddd218d35f65a3e0a9f45de5e897f5c319ee4a82 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 -- cgit v1.3.1