diff options
| author | ruki <[email protected]> | 2024-04-02 00:56:45 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-04-02 00:56:45 +0800 |
| commit | f5d208c3aba4759bf2246d91a26d19d00603d2d1 (patch) | |
| tree | 4a22c64c3b23015a7576d0d88bd28826572d68ad /tests/projects/other/native_module/modules/binary | |
| parent | cc60126eb206617dc69e6aa96c21ad13c1731f8c (diff) | |
add module.binary/shared rules
Diffstat (limited to 'tests/projects/other/native_module/modules/binary')
| -rw-r--r-- | tests/projects/other/native_module/modules/binary/bar/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/other/native_module/modules/binary/bar/xmake.lua b/tests/projects/other/native_module/modules/binary/bar/xmake.lua index 7b3ea4032..8f4526071 100644 --- a/tests/projects/other/native_module/modules/binary/bar/xmake.lua +++ b/tests/projects/other/native_module/modules/binary/bar/xmake.lua @@ -1,7 +1,7 @@ add_rules("mode.debug", "mode.release") target("bar") - set_kind("binary") + add_rules("module.binary") add_files("src/*.cpp") |
