summaryrefslogtreecommitdiff
path: root/tests/projects/other/native_module/cjson/modules/lua
diff options
context:
space:
mode:
authorruki <[email protected]>2024-07-25 22:27:59 +0800
committerruki <[email protected]>2024-07-25 22:27:59 +0800
commit001cb3aff6bf009b942c2fd882f2b06012b7b6a5 (patch)
treef804365d0b9a12c64f5792a39149d60b2f869b29 /tests/projects/other/native_module/cjson/modules/lua
parentc7c412f6458f5aceeb02e9bfc292dc7aac0852d3 (diff)
fix cjson test
Diffstat (limited to 'tests/projects/other/native_module/cjson/modules/lua')
-rw-r--r--tests/projects/other/native_module/cjson/modules/lua/cjson/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/other/native_module/cjson/modules/lua/cjson/xmake.lua b/tests/projects/other/native_module/cjson/modules/lua/cjson/xmake.lua
index 434746541..d5c2e72b0 100644
--- a/tests/projects/other/native_module/cjson/modules/lua/cjson/xmake.lua
+++ b/tests/projects/other/native_module/cjson/modules/lua/cjson/xmake.lua
@@ -7,7 +7,7 @@ target("cjson")
set_languages("c89")
end
add_files("src/*.c")
- add_files("../../../../../../../core/src/lua-cjson/lua-cjson/*.c|fpconv.c")
+ add_files("../../../../../../../../core/src/lua-cjson/lua-cjson/*.c|fpconv.c")
-- Use internal strtod() / g_fmt() code for performance and disable multi-thread
add_defines("NDEBUG", "USE_INTERNAL_FPCONV")
add_defines("XM_CONFIG_API_HAVE_LUA_CJSON")