Browse Source

Fixed broken OSX build.

AlexVinS 6 years ago
parent
commit
0ccdd31586
1 changed files with 1 additions and 1 deletions
  1. 1 1
      CI/mac/before_install.sh

+ 1 - 1
CI/mac/before_install.sh

@@ -2,6 +2,6 @@
 
 brew update
 brew install smpeg2 libpng freetype sdl2 sdl2_ttf sdl2_image qt5 ffmpeg ninja
-brew install sdl2_mixer --with-smpeg2
+brew install sdl2_mixer
 
 export CMAKE_PREFIX_PATH="/usr/local/opt/qt5:$CMAKE_PREFIX_PATH"