summaryrefslogtreecommitdiff
path: root/tests/projects/other/native_module/modules/shared/foo/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/projects/other/native_module/modules/shared/foo/xmake.lua')
-rw-r--r--tests/projects/other/native_module/modules/shared/foo/xmake.lua3
1 files changed, 0 insertions, 3 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 ad4590ffa..035573d9f 100644
--- a/tests/projects/other/native_module/modules/shared/foo/xmake.lua
+++ b/tests/projects/other/native_module/modules/shared/foo/xmake.lua
@@ -1,9 +1,6 @@
add_rules("mode.debug", "mode.release")
-add_requires("lua 5.4")
-
target("foo")
add_rules("module.shared")
add_files("src/foo.c")
- add_packages("lua")