diff options
| -rw-r--r-- | tests/projects/other/bin2c/test.lua | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/projects/other/bin2c/test.lua b/tests/projects/other/bin2c/test.lua index b57362078..8981b325d 100644 --- a/tests/projects/other/bin2c/test.lua +++ b/tests/projects/other/bin2c/test.lua @@ -1,3 +1,6 @@ function main(t) - t:build() + -- TODO + if xmake.luajit() then + t:build() + end end |
