This commit is contained in:
Sebastian Messmer 2019-10-25 17:17:04 -07:00 committed by Sebastian Messmer
parent cb01025c81
commit 620d50fd39

View File

@ -2,6 +2,8 @@
set -e
export HOMEBREW_NO_AUTO_UPDATE=1
# Install newer GCC if we're running on GCC
if [ "${CXX}" == "g++" ]; then
# We need to uninstall oclint because it creates a /usr/local/include/c++ symlink that clashes with the gcc5 package