From 27bd61c80153023faec1ca3e3aee787e02f161dd Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 17 Mar 2026 22:48:28 +0800 Subject: install csharp target --- xmake/rules/csharp/xmake.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'xmake/rules/csharp/xmake.lua') diff --git a/xmake/rules/csharp/xmake.lua b/xmake/rules/csharp/xmake.lua index ddd686bfc..4030c7457 100644 --- a/xmake/rules/csharp/xmake.lua +++ b/xmake/rules/csharp/xmake.lua @@ -116,6 +116,8 @@ rule("csharp.build") set_sourcekinds("cs") on_config("config") on_build("build") + on_install("install") + on_installcmd("installcmd") rule("csharp") add_deps("csharp.build") -- cgit v1.3.1