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/linux | |
| parent | 33b6eee18c98ea099a69bcf526c0391808fe99d4 (diff) | |
update changelog
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 ab7c71f75..ea70ed8e2 100644 --- a/xmake/platforms/linux/xmake.lua +++ b/xmake/platforms/linux/xmake.lua @@ -40,7 +40,7 @@ platform("linux") set_installdir("/usr/local") -- set toolchains - set_toolchains("envs", "cross", "gcc", "clang", "yasm", "nasm", "fasm", "cuda", "dlang", "go", "rust", "gfortran", "zig", "fpc", "nim") + set_toolchains("envs", "cross", "gcc", "clang", "yasm", "nasm", "fasm", "cuda", "dlang", "go", "rust", "swift", "gfortran", "zig", "fpc", "nim") -- set menu set_menu { |
