diff options
| author | ruki <[email protected]> | 2022-02-03 00:37:47 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-02-03 00:37:47 +0800 |
| commit | bfac9c2bbd90824765c3ef3da2d3ebd0ce414d46 (patch) | |
| tree | 68692543d06046da94d9bd2aa76d37ab22d35b45 /xmake/platforms/windows | |
| parent | 33b6eee18c98ea099a69bcf526c0391808fe99d4 (diff) | |
update changelog
Diffstat (limited to 'xmake/platforms/windows')
| -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 f7687f44b..6f25ef914 100644 --- a/xmake/platforms/windows/xmake.lua +++ b/xmake/platforms/windows/xmake.lua @@ -38,7 +38,7 @@ platform("windows") set_formats("symbol", "$(name).pdb") -- set toolchains - set_toolchains("msvc", "clang", "yasm", "nasm", "cuda", "dlang", "rust", "go", "gfortran", "zig", "fpc", "nim") + set_toolchains("msvc", "clang", "yasm", "nasm", "cuda", "dlang", "rust", "swift", "go", "gfortran", "zig", "fpc", "nim") -- set menu set_menu { |
