summaryrefslogtreecommitdiff
path: root/tests/projects/other/native_module/modules/shared/foo/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2024-04-02 23:05:20 +0800
committerruki <[email protected]>2024-04-02 23:05:20 +0800
commit693842d3e756953da273db9037264362a33b4812 (patch)
treec0a3a378645e7131fc5eb5c710f4d3dd0eb78641 /tests/projects/other/native_module/modules/shared/foo/xmake.lua
parentdf624c36f992f13bb65b8b2777718e1255ed5652 (diff)
improve module test requires
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.lua2
1 files changed, 1 insertions, 1 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 e4fcc34ad..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,6 +1,6 @@
add_rules("mode.debug", "mode.release")
-add_requires("lua 5.4", {system = false})
+add_requires("lua 5.4")
target("foo")
add_rules("module.shared")