summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorruki <[email protected]>2024-07-17 21:01:24 +0800
committerruki <[email protected]>2024-07-17 21:01:24 +0800
commitdf131f5ad79bc1e1da43ef796ce5e398c101059f (patch)
tree2f8a85512cfaa012627fce11863007cf2be1f136 /tests
parent61325d912523d963241467a3dc5a2e20fe63ef42 (diff)
enable soname
Diffstat (limited to 'tests')
-rw-r--r--tests/actions/install/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/actions/install/xmake.lua b/tests/actions/install/xmake.lua
index 18617c971..b12cb5dcd 100644
--- a/tests/actions/install/xmake.lua
+++ b/tests/actions/install/xmake.lua
@@ -1,6 +1,6 @@
add_rules("mode.debug", "mode.release")
---set_version("1.0.1", {soname = true})
+set_version("1.0.1", {soname = true})
add_requires("libplist", {system = false, configs = {shared = true}})