From 001cb3aff6bf009b942c2fd882f2b06012b7b6a5 Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 25 Jul 2024 22:27:59 +0800 Subject: fix cjson test --- tests/projects/other/native_module/cjson/modules/lua/cjson/xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- cgit v1.3.1