Skip to content

Commit

Permalink
Skip x86 libftdi uninstall
Browse files Browse the repository at this point in the history
  • Loading branch information
will-v-pi committed Sep 7, 2024
1 parent 4cb3698 commit dffceab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build_macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ SKIP_OPENOCD=${SKIP_OPENOCD-0}
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
# Uninstall libftdi, as it's not required
arch -x86_64 /usr/local/bin/brew uninstall libftdi
arch -arm64 /opt/homebrew/bin/brew uninstall libftdi
# Risc-V prerequisites
echo "Listing local"
Expand Down

0 comments on commit dffceab

Please sign in to comment.