diff options
| author | ruki <[email protected]> | 2023-01-28 13:24:41 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-01-28 13:24:41 +0800 |
| commit | 49846a235636232861054cb4977d465ce650ab73 (patch) | |
| tree | 0329c3f014f0c2980a4168d718f9fb75f1021974 /xmake/platforms/linux/xmake.lua | |
| parent | a41c8f08b24be14442ddc7f816bad41fd5213c44 (diff) | |
improve dlang toolchains
Diffstat (limited to 'xmake/platforms/linux/xmake.lua')
| -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 ea70ed8e2..f87b422d0 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", "swift", "gfortran", "zig", "fpc", "nim") + set_toolchains("envs", "cross", "gcc", "clang", "yasm", "nasm", "fasm", "cuda", "go", "rust", "swift", "gfortran", "zig", "fpc", "nim") -- set menu set_menu { |
