summaryrefslogtreecommitdiff
path: root/tests/projects/other/native_module/modules
diff options
context:
space:
mode:
Diffstat (limited to 'tests/projects/other/native_module/modules')
-rw-r--r--tests/projects/other/native_module/modules/binary/bar/xmake.lua2
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")