summaryrefslogtreecommitdiff
path: root/tests/projects/other/native_module/modules/shared/foo
diff options
context:
space:
mode:
Diffstat (limited to 'tests/projects/other/native_module/modules/shared/foo')
-rw-r--r--tests/projects/other/native_module/modules/shared/foo/xmake.lua6
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/projects/other/native_module/modules/shared/foo/xmake.lua b/tests/projects/other/native_module/modules/shared/foo/xmake.lua
index 7d3899f95..ad4590ffa 100644
--- a/tests/projects/other/native_module/modules/shared/foo/xmake.lua
+++ b/tests/projects/other/native_module/modules/shared/foo/xmake.lua
@@ -1,10 +1,6 @@
add_rules("mode.debug", "mode.release")
-if xmake.luajit() then
- add_requires("luajit", {alias = "lua"})
-else
- add_requires("lua 5.4")
-end
+add_requires("lua 5.4")
target("foo")
add_rules("module.shared")