mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00
fix cargo-env on darwin-aarch64
This commit is contained in:
parent
6de2dc6cd4
commit
43c41d76ba
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ if [[ "$OSTYPE" == "darwin"* ]]; then
|
|||
if [ "$(arch)" == "i386" ]; then
|
||||
export PATH="$BAZEL_EXTERNAL/rust_darwin_x86_64/bin:$PATH"
|
||||
else
|
||||
export PATH="$BAZEL_EXTERNAL/rust_darwin_arm64/bin:$PATH"
|
||||
export PATH="$BAZEL_EXTERNAL/rust_darwin_aarch64/bin:$PATH"
|
||||
fi
|
||||
else
|
||||
if [ "$(arch)" == "aarch64" ]; then
|
||||
|
|
Loading…
Reference in a new issue