summaryrefslogtreecommitdiff
path: root/xmake/rules/csharp/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/rules/csharp/xmake.lua')
-rw-r--r--xmake/rules/csharp/xmake.lua2
1 files changed, 2 insertions, 0 deletions
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")