diff options
Diffstat (limited to 'core/src/lua-cjson/xmake.lua')
| -rw-r--r-- | core/src/lua-cjson/xmake.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/src/lua-cjson/xmake.lua b/core/src/lua-cjson/xmake.lua index e4206c9fc..79f07d656 100644 --- a/core/src/lua-cjson/xmake.lua +++ b/core/src/lua-cjson/xmake.lua @@ -14,8 +14,6 @@ target("lua-cjson") add_defines("NDEBUG", "USE_INTERNAL_FPCONV") add_defines("XM_CONFIG_API_HAVE_LUA_CJSON", {public = true}) if is_plat("windows") then - -- Windows sprintf()/strtod() handle NaN/inf differently. Not supported. - add_defines("DISABLE_INVALID_NUMBERS") add_defines("inline=__inline") end |
