Potential fix for issue with gcc49
This commit is contained in:
parent
02f46758a4
commit
a3e79e5623
|
@ -20,7 +20,7 @@ before_install:
|
||||||
fi
|
fi
|
||||||
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then
|
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then
|
||||||
brew update &&
|
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 tap glendc/gcc_cross_compilers &&
|
||||||
brew install glendc/gcc_cross_compilers/x64-elf-binutils glendc/gcc_cross_compilers/x64-elf-gcc;
|
brew install glendc/gcc_cross_compilers/x64-elf-binutils glendc/gcc_cross_compilers/x64-elf-gcc;
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue