summaryrefslogtreecommitdiff
path: root/xmake/platforms/linux/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/platforms/linux/xmake.lua')
-rw-r--r--xmake/platforms/linux/xmake.lua5
1 files changed, 2 insertions, 3 deletions
diff --git a/xmake/platforms/linux/xmake.lua b/xmake/platforms/linux/xmake.lua
index b411dc4d3..c4d09880e 100644
--- a/xmake/platforms/linux/xmake.lua
+++ b/xmake/platforms/linux/xmake.lua
@@ -36,7 +36,8 @@ 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", "dotnet")
+ "cross", "yasm", "nasm", "fasm", "cuda", "ascendc", "go", "rust", "swift",
+ "gfortran", "zig", "fpc", "nim", "dotnet")
set_menu {
config =
@@ -63,5 +64,3 @@ platform("linux")
, {nil, "vcpkg", "kv", "auto", "The Vcpkg Directory" }
}
}
-
-