Skip to content

Commit

Permalink
MacOS remove 2to3, to fix brew link error
Browse files Browse the repository at this point in the history
  • Loading branch information
will-v-pi committed Aug 29, 2024
1 parent d92a89d commit f5ae754
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build_macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ set -euo pipefail
arch -x86_64 /usr/local/bin/brew install jq libtool libusb automake hidapi
arch -arm64 /opt/homebrew/bin/brew install jq libtool libusb automake hidapi
# Risc-V prerequisites
rm /usr/lcoal/bin/2to3*
arch -x86_64 /usr/local/bin/brew install python3 gawk gnu-sed gmp mpfr libmpc isl zlib expat texinfo flock libslirp
arch -arm64 /opt/homebrew/bin/brew install python3 gawk gnu-sed gmp mpfr libmpc isl zlib expat texinfo flock libslirp

Expand Down

0 comments on commit f5ae754

Please sign in to comment.