diff options
| author | ruki <[email protected]> | 2023-08-08 23:55:11 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-08-08 23:55:11 +0800 |
| commit | 04ff2a200ba3be2334827b3fe0385038aee9c090 (patch) | |
| tree | df3389e80ab55ce3f1081010737d8124b7f827d1 | |
| parent | 6ace9d5ab4735767b35d22cefd980e5f447db95c (diff) | |
disable rust toolchain
| -rw-r--r-- | xmake/platforms/cross/xmake.lua | 2 |
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") |
