summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2021-09-18 14:59:57 +0800
committerruki <[email protected]>2021-09-18 14:59:57 +0800
commit74adf89f0aa9da139fb7aced500892d268f3644f (patch)
tree43ed0faee4c5e30db7c4d0f0dbcbc18ce06fd69d
parent084bcfde400776e502c9bf1b30d86c514666a27d (diff)
disable bin2c for lua
-rw-r--r--tests/projects/other/bin2c/test.lua5
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