diff options
| -rw-r--r-- | xmake/platforms/windows/xmake.lua | 2 | ||||
| -rw-r--r-- | xmake/toolchains/dotnet/xmake.lua | 1 |
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") |
