diff options
| author | ruki <[email protected]> | 2024-04-04 00:52:36 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-04-04 00:52:36 +0800 |
| commit | 257bbb3fa4a5c2f47f4a9481ea5a6899aac27a2c (patch) | |
| tree | c2e8e732ab3696cdefe96ce76d7a600ddeed3bf1 /tests/projects/other/native_module/modules/shared/foo/xmake.lua | |
| parent | c04f30ad9010b58554554f925584ec97682a3f18 (diff) | |
replace foo tests
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 | 3 |
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") |
