diff options
author | Michael Kaylan <1063516+kaylanm@users.noreply.github.com> | 2018-11-12 17:20:56 +0100 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-11-12 21:16:43 +0100 |
commit | b1e74aee43596e2601248b0a78b2c54c897ce78b (patch) | |
tree | 34d9d207b98586f0e72d8be12f759aca3c1f5124 /util | |
parent | 2509039abfc5f59d791c8e061641b6fc2e63a69b (diff) | |
download | qmk_firmware-b1e74aee43596e2601248b0a78b2c54c897ce78b.tar.gz qmk_firmware-b1e74aee43596e2601248b0a78b2c54c897ce78b.tar.xz |
Make sure that avr-gcc@7 gets linked into the path on MacOS.
Diffstat (limited to 'util')
-rwxr-xr-x | util/macos_install.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/macos_install.sh b/util/macos_install.sh index c31be99d2..d2629a8cb 100755 --- a/util/macos_install.sh +++ b/util/macos_install.sh @@ -23,3 +23,4 @@ brew tap osx-cross/avr brew tap PX4/homebrew-px4 brew update brew install avr-gcc@7 gcc-arm-none-eabi dfu-programmer avrdude dfu-util +brew link --force avr-gcc@7 |