mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-12 06:37:50 +00:00
Remove cmake from the install list. Its now up to date on the new travis mac image
This commit is contained in:
parent
f369942a20
commit
7d6604cdda
1 changed files with 1 additions and 1 deletions
|
@ -29,5 +29,5 @@ if [ "$TRAVIS_OS_NAME" = "linux" -o -z "$TRAVIS_OS_NAME" ]; then
|
||||||
|
|
||||||
elif [ "$TRAVIS_OS_NAME" = "osx" ]; then
|
elif [ "$TRAVIS_OS_NAME" = "osx" ]; then
|
||||||
brew update
|
brew update
|
||||||
brew install cmake qt5 sdl2 dylibbundler
|
brew install qt5 sdl2 dylibbundler
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue