We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 731433a commit 672f0a7Copy full SHA for 672f0a7
1 file changed
build-hidapi.sh
@@ -424,7 +424,7 @@ echo -e "${green}---------------------------------------------------------------
424
if [[ "$1" == "all" ]] || [[ "$1" == "darwin" ]] || [[ "$1" == "darwin-aarch64" ]]
425
then
426
# Check if build is possible with local environment
427
- if [[ "${hardwareName}" == "i386" ]]
+ if [[ "${hardwareName}" == "x86_64" ]]
428
429
echo -e "${yellow}Building macOS Darwin x86 (x86-64) requires change of architecture.${plain}"
430
echo -e "${yellow} Re-run with 'arch -arm64 zsh ./build-hidapi.sh darwin-aarch64'${plain}"
0 commit comments