Switch from arm64-apple-darwin to aarch64-apple-darwin to align with Rust's target names

This commit is contained in:
Michael Vines
2022-01-03 16:51:25 -08:00
parent d7a673f7f5
commit 794f28d9ab
3 changed files with 16 additions and 5 deletions

View File

@ -31,7 +31,7 @@ fi
case "$OS" in
osx)
TARGET=$(uname -m)-apple-darwin
TARGET=x86_64-apple-darwin
;;
linux)
TARGET=x86_64-unknown-linux-gnu