diff options
| author | skullydazed <skullydazed@users.noreply.github.com> | 2019-05-06 10:56:34 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-05-06 10:56:34 -0700 |
| commit | 99500243e10c12c0a5005da49aa1986947b27153 (patch) | |
| tree | 7b33f10fcc52f6578f84830c823e518557168ccf /util/macos_install.sh | |
| parent | cb1935aaff0fed118954996fc7afb722b6ed21be (diff) | |
| download | qmk_firmware-99500243e10c12c0a5005da49aa1986947b27153.tar.gz qmk_firmware-99500243e10c12c0a5005da49aa1986947b27153.zip | |
Make python a required build dependency (#5784)
* Make python a required build dependency
* Add missing color
* fixup sabayon linux per @BlitzKraft
Diffstat (limited to 'util/macos_install.sh')
| -rwxr-xr-x | util/macos_install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/macos_install.sh b/util/macos_install.sh index d2629a8cb..93f3ed0b9 100755 --- a/util/macos_install.sh +++ b/util/macos_install.sh | |||
| @@ -22,5 +22,5 @@ fi | |||
| 22 | brew tap osx-cross/avr | 22 | brew tap osx-cross/avr |
| 23 | brew tap PX4/homebrew-px4 | 23 | brew tap PX4/homebrew-px4 |
| 24 | brew update | 24 | brew update |
| 25 | brew install avr-gcc@7 gcc-arm-none-eabi dfu-programmer avrdude dfu-util | 25 | brew install avr-gcc@7 gcc-arm-none-eabi dfu-programmer avrdude dfu-util python3 |
| 26 | brew link --force avr-gcc@7 | 26 | brew link --force avr-gcc@7 |
