summaryrefslogtreecommitdiff
path: root/core/src/lua-cjson/xmake.lua
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/lua-cjson/xmake.lua
parentebed90e5a6f358e375a8efd0c57c29f4dca59331 (diff)
update lua-cjson
Diffstat (limited to 'core/src/lua-cjson/xmake.lua')
-rw-r--r--core/src/lua-cjson/xmake.lua1
1 files changed, 0 insertions, 1 deletions
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