summaryrefslogtreecommitdiff
path: root/core/src/lua-cjson/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2021-06-30 22:38:21 +0800
committerruki <[email protected]>2021-06-30 22:38:21 +0800
commit46fd1844fc7a5456c4cd56bc2c251ed635d037ca (patch)
treec95d50cfce467132b0eb64df0625159cd433f49c /core/src/lua-cjson/xmake.lua
parent1ad77823ea35c43cad0ea502491cd2381608ca02 (diff)
fix white spaces
Diffstat (limited to 'core/src/lua-cjson/xmake.lua')
-rw-r--r--core/src/lua-cjson/xmake.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/src/lua-cjson/xmake.lua b/core/src/lua-cjson/xmake.lua
index b25640cae..d2eec99f0 100644
--- a/core/src/lua-cjson/xmake.lua
+++ b/core/src/lua-cjson/xmake.lua
@@ -6,11 +6,11 @@ target("lua-cjson")
set_languages("c89")
end
add_files("lua-cjson/*.c|fpconv.c")
- -- Use internal strtod() / g_fmt() code for performance and disable multi-thread
+ -- Use internal strtod() / g_fmt() code for performance and disable multi-thread
add_defines("NDEBUG", "USE_INTERNAL_FPCONV")
if is_plat("windows") then
-- Windows sprintf()/strtod() handle NaN/inf differently. Not supported.
add_defines("DISABLE_INVALID_NUMBERS")
add_defines("inline=__inline")
end
-
+