diff options
| author | ruki <[email protected]> | 2024-04-02 23:05:20 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-04-02 23:05:20 +0800 |
| commit | 693842d3e756953da273db9037264362a33b4812 (patch) | |
| tree | c0a3a378645e7131fc5eb5c710f4d3dd0eb78641 /tests/projects/other/native_module/modules/shared/foo/xmake.lua | |
| parent | df624c36f992f13bb65b8b2777718e1255ed5652 (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.lua | 2 |
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") |
