summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2026-03-14 23:30:52 +0800
committerruki <[email protected]>2026-03-14 23:30:52 +0800
commit20277e59408e4d93f4bb6f4ac518ed746f4eefba (patch)
treebdc6a9966a49cd76568bb85bf187bcb252e9af64
parenta838614942e840868655e96a865c4f854f6cedc2 (diff)
add dotnet to windows platform
-rw-r--r--xmake/platforms/windows/xmake.lua2
-rw-r--r--xmake/toolchains/dotnet/xmake.lua1
2 files changed, 1 insertions, 2 deletions
diff --git a/xmake/platforms/windows/xmake.lua b/xmake/platforms/windows/xmake.lua
index 4d8335171..4bb307c7e 100644
--- a/xmake/platforms/windows/xmake.lua
+++ b/xmake/platforms/windows/xmake.lua
@@ -29,7 +29,7 @@ platform("windows")
set_formats("binary", "$(name).exe")
set_formats("symbol", "$(name).pdb")
- set_toolchains("msvc", "clang", "yasm", "nasm", "cuda", "rust", "swift", "go", "gfortran", "zig", "fpc", "nim")
+ set_toolchains("msvc", "clang", "yasm", "nasm", "cuda", "rust", "swift", "go", "gfortran", "zig", "fpc", "nim", "dotnet")
set_menu {
config =
diff --git a/xmake/toolchains/dotnet/xmake.lua b/xmake/toolchains/dotnet/xmake.lua
index 6a02b0a0a..64fad0ec0 100644
--- a/xmake/toolchains/dotnet/xmake.lua
+++ b/xmake/toolchains/dotnet/xmake.lua
@@ -19,7 +19,6 @@
--
toolchain("dotnet")
- set_kind("standalone")
set_homepage("https://dotnet.microsoft.com/")
set_description(".NET SDK Toolchain")