Switch from arm64-apple-darwin to aarch64-apple-darwin to align with Rust's target names
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user