diff options
Diffstat (limited to 'tests/projects/other/native_module/test.lua')
| -rw-r--r-- | tests/projects/other/native_module/test.lua | 4 |
1 files changed, 1 insertions, 3 deletions
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 |
