chore: add darwin aarch64 target
parent
7a985633e4
commit
538fffdf18
|
@ -9,5 +9,8 @@ rustup target add x86_64-pc-windows-gnu
|
||||||
rustup target add i686-unknown-linux-gnu
|
rustup target add i686-unknown-linux-gnu
|
||||||
rustup target add i686-pc-windows-gnu
|
rustup target add i686-pc-windows-gnu
|
||||||
|
|
||||||
|
# ARM
|
||||||
|
rustup target add aarch64-apple-darwin
|
||||||
|
|
||||||
# sudo pacman -S mingw-w64-binutils mingw-w64-gcc mingw-w64-headers \
|
# sudo pacman -S mingw-w64-binutils mingw-w64-gcc mingw-w64-headers \
|
||||||
# clang gcc zlib libmpc mpfr gmp
|
# clang gcc zlib libmpc mpfr gmp
|
Reference in New Issue