diff options
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") |
