]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - util/macos_install.sh
Relocate magic keycode processing (#7512)
[qmk_firmware.git] / util / macos_install.sh
index 76ec3355b42249c978be42bc51a2a8833fe7c739..a4037cce9ee939fb5628577a28c4fd392b15e24f 100755 (executable)
@@ -24,8 +24,9 @@ fi
 brew tap osx-cross/avr
 brew tap osx-cross/arm
 brew update
-brew install avr-gcc@8 arm-gcc-bin dfu-programmer avrdude clang-format dfu-util python3
+brew install avr-gcc@8 arm-gcc-bin@8 dfu-programmer avrdude clang-format dfu-util python3
 brew install --HEAD https://raw.githubusercontent.com/robertgzr/homebrew-tap/master/bootloadhid.rb
 brew link --force avr-gcc@8
+brew link --force arm-gcc-bin@8
 
 pip3 install -r "${util_dir}/../requirements.txt"