Potential fix for issue with gcc49

This commit is contained in:
Jeremy Soller 2017-01-04 09:39:16 -07:00
parent 02f46758a4
commit a3e79e5623

View file

@ -20,7 +20,7 @@ before_install:
fi
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then
brew update &&
brew install nasm gcc49 pkg-config Caskroom/cask/osxfuse &&
brew install nasm pkg-config Caskroom/cask/osxfuse &&
brew tap glendc/gcc_cross_compilers &&
brew install glendc/gcc_cross_compilers/x64-elf-binutils glendc/gcc_cross_compilers/x64-elf-gcc;
fi