Potential fix for issue with gcc49
This commit is contained in:
parent
02f46758a4
commit
a3e79e5623
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue