diff options
| author | ruki <[email protected]> | 2026-03-14 23:30:52 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2026-03-14 23:30:52 +0800 |
| commit | 20277e59408e4d93f4bb6f4ac518ed746f4eefba (patch) | |
| tree | bdc6a9966a49cd76568bb85bf187bcb252e9af64 /xmake/platforms/windows/xmake.lua | |
| parent | a838614942e840868655e96a865c4f854f6cedc2 (diff) | |
add dotnet to windows platform
Diffstat (limited to 'xmake/platforms/windows/xmake.lua')
| -rw-r--r-- | xmake/platforms/windows/xmake.lua | 2 |
1 files changed, 1 insertions, 1 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 = |
