diff options
| author | ruki <[email protected]> | 2024-07-25 22:27:59 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-07-25 22:27:59 +0800 |
| commit | 001cb3aff6bf009b942c2fd882f2b06012b7b6a5 (patch) | |
| tree | f804365d0b9a12c64f5792a39149d60b2f869b29 /tests/projects/other/native_module/cjson/modules/lua | |
| parent | c7c412f6458f5aceeb02e9bfc292dc7aac0852d3 (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.lua | 2 |
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") |
