fix osx build

This commit is contained in:
godric3
2017-12-27 16:11:42 +03:00
committed by Alexander Shishkin
parent e7ad517bb5
commit ad20528a7b
+1 -2
View File
@@ -1,8 +1,7 @@
#!/bin/sh
brew update
brew unlink boost
brew install boost smpeg2 innoextract libpng freetype sdl2 sdl2_ttf sdl2_image qt5 ffmpeg
brew install smpeg2 libpng freetype sdl2 sdl2_ttf sdl2_image qt5 ffmpeg
brew install sdl2_mixer --with-smpeg2
export CMAKE_PREFIX_PATH="/usr/local/opt/qt5:$CMAKE_PREFIX_PATH"