From 538fffdf185c8ba70091368ddd14c92359c6401f Mon Sep 17 00:00:00 2001 From: Pariring Date: Thu, 3 Nov 2022 23:51:14 +0900 Subject: [PATCH] chore: add darwin aarch64 target --- setup-targets.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup-targets.sh b/setup-targets.sh index aba3c83..3187a70 100755 --- a/setup-targets.sh +++ b/setup-targets.sh @@ -9,5 +9,8 @@ rustup target add x86_64-pc-windows-gnu rustup target add i686-unknown-linux-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 \ # clang gcc zlib libmpc mpfr gmp \ No newline at end of file