diff options
| author | ruki <[email protected]> | 2026-03-17 23:26:57 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2026-03-17 23:26:57 +0800 |
| commit | 4fc4db0777f0c12af374ef0676b610630158e9f2 (patch) | |
| tree | 69b3734374d7b42b56b7d23544bb6a9f079acd41 /xmake/platforms/linux | |
| parent | 800d9e9fb6891dcc861c24f17340f5a88209e2ea (diff) | |
add dotnet for linux and macos
Diffstat (limited to 'xmake/platforms/linux')
| -rw-r--r-- | xmake/platforms/linux/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/platforms/linux/xmake.lua b/xmake/platforms/linux/xmake.lua index 8b0232241..b411dc4d3 100644 --- a/xmake/platforms/linux/xmake.lua +++ b/xmake/platforms/linux/xmake.lua @@ -36,7 +36,7 @@ platform("linux") -- -- TODO Perhaps we should handle it better, or remove the cross toolchain. set_toolchains("envs", "gcc", "clang", - "cross", "yasm", "nasm", "fasm", "cuda", "go", "rust", "swift", "gfortran", "zig", "fpc", "nim") + "cross", "yasm", "nasm", "fasm", "cuda", "go", "rust", "swift", "gfortran", "zig", "fpc", "nim", "dotnet") set_menu { config = |
