mirror of
https://github.com/ankitects/anki.git
synced 2026-01-13 22:13:58 -05:00
fix cargo-env on darwin-aarch64
This commit is contained in:
parent
ccab011347
commit
fb3703da94
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