mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 07:04:22 +00:00
Download aarch64-unknown-linux-gnu from GitHub
This commit is contained in:
parent
884f758f7b
commit
a19728604f
1 changed files with 1 additions and 0 deletions
|
@ -294,6 +294,7 @@ async function getServer(config: Config, state: PersistentState): Promise<string
|
|||
"x64 linux": "x86_64-unknown-linux-gnu",
|
||||
"x64 darwin": "x86_64-apple-darwin",
|
||||
"arm64 win32": "aarch64-pc-windows-msvc",
|
||||
"arm64 linux": "aarch64-unknown-linux-gnu",
|
||||
"arm64 darwin": "aarch64-apple-darwin",
|
||||
};
|
||||
const platform = platforms[`${process.arch} ${process.platform}`];
|
||||
|
|
Loading…
Reference in a new issue