summaryrefslogtreecommitdiff
path: root/util/macos_install.sh
diff options
context:
space:
mode:
authorMichael Kaylan <1063516+kaylanm@users.noreply.github.com>2018-11-12 11:20:56 -0500
committerDrashna Jaelre <drashna@live.com>2018-11-12 12:16:43 -0800
commitb1e74aee43596e2601248b0a78b2c54c897ce78b (patch)
tree34d9d207b98586f0e72d8be12f759aca3c1f5124 /util/macos_install.sh
parent2509039abfc5f59d791c8e061641b6fc2e63a69b (diff)
Make sure that avr-gcc@7 gets linked into the path on MacOS.
Diffstat (limited to 'util/macos_install.sh')
-rwxr-xr-xutil/macos_install.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/macos_install.sh b/util/macos_install.sh
index c31be99d22..d2629a8cb4 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