From 5c56dcd60dcce02babbcba862d71f3f891a712a4 Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 4 Apr 2024 00:59:22 +0800 Subject: add cjson test --- tests/projects/other/native_module/test.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tests/projects/other/native_module/test.lua') diff --git a/tests/projects/other/native_module/test.lua b/tests/projects/other/native_module/test.lua index 0c2735866..b57362078 100644 --- a/tests/projects/other/native_module/test.lua +++ b/tests/projects/other/native_module/test.lua @@ -1,5 +1,3 @@ function main(t) - if not xmake.luajit() then - t:build() - end + t:build() end -- cgit v1.3.1