diff --git a/.cargo/config.toml b/.cargo/config.toml index 5c7f0d69..27cca1ce 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -18,9 +18,3 @@ rustflags = ["-Ccontrol-flow-guard", "-Ctarget-feature=+crt-static", "-Clink-arg # The following is only needed for release builds [source.crates-io] replace-with = "POWERSHELL" - -#[target.aarch64-unknown-linux-gnu] -#linker = "aarch64-linux-gnu-gcc" - -#[target.aarch64-unknown-linux-musl] -#linker = "aarch64-linux-musl-gcc" diff --git a/build.ps1 b/build.ps1 index c551877d..3fc81618 100755 --- a/build.ps1 +++ b/build.ps1 @@ -164,8 +164,6 @@ if ($null -ne (Get-Command msrustup -CommandType Application -ErrorAction Ignore } } elseif ($null -ne (Get-Command rustup -CommandType Application -ErrorAction Ignore)) { $rustup = 'rustup' -} else { - $rustup = 'echo' } if ($null -ne $packageType) {