summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2026-03-16 23:45:42 +0800
committerruki <[email protected]>2026-03-16 23:45:42 +0800
commit24652077a08c7f5d08e091b4e3907d86109d4028 (patch)
treeb77ea8dd57aeb66216ba7839118265409cdf73b0
parentde6664486ef54cf7d3b50b45074539fb413e583c (diff)
remove csharp extension
-rw-r--r--xmake/rules/csharp/xmake.lua11
1 files changed, 0 insertions, 11 deletions
diff --git a/xmake/rules/csharp/xmake.lua b/xmake/rules/csharp/xmake.lua
index 3b6e3bf94..30611d68a 100644
--- a/xmake/rules/csharp/xmake.lua
+++ b/xmake/rules/csharp/xmake.lua
@@ -20,17 +20,6 @@
rule("csharp.build")
set_sourcekinds("cs")
- on_load(function (target)
- -- set target extension and prefix
- if target:is_shared() then
- if not target:get("extension") then
- target:set("extension", ".dll")
- end
- if target:get("prefixname") == nil then
- target:set("prefixname", "")
- end
- end
- end)
on_build("build.target")
rule("csharp")