summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2023-08-08 23:55:11 +0800
committerruki <[email protected]>2023-08-08 23:55:11 +0800
commit04ff2a200ba3be2334827b3fe0385038aee9c090 (patch)
treedf3389e80ab55ce3f1081010737d8124b7f827d1
parent6ace9d5ab4735767b35d22cefd980e5f447db95c (diff)
disable rust toolchain
-rw-r--r--xmake/platforms/cross/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/platforms/cross/xmake.lua b/xmake/platforms/cross/xmake.lua
index 6257c6459..a5bbdc0d2 100644
--- a/xmake/platforms/cross/xmake.lua
+++ b/xmake/platforms/cross/xmake.lua
@@ -34,6 +34,6 @@ platform("cross")
set_formats("symbol", "$(name).sym")
-- set toolchains
- set_toolchains("envs", "rust", "cross")
+ set_toolchains("envs", "cross")