Skip to content
Snippets Groups Projects
Commit c7725525 authored by Marco Z's avatar Marco Z
Browse files

Remove zlib from release brew packages

(it was never in the original travis script)
parent 1e19ba85
No related branches found
No related tags found
No related merge requests found
......@@ -603,9 +603,9 @@ install:
brew install sdl2 sdl2_mixer game-music-emu p7zip;
brew install cmake||true;
else
brew install --build-bottle sdl2 game-music-emu zlib p7zip;
brew install --build-bottle sdl2 game-music-emu p7zip;
brew install --build-bottle mazmazz/srb2/sdl2_mixer --with-flac --with-mpg123;
brew postinstall sdl2 game-music-emu zlib p7zip mazmazz/srb2/sdl2_mixer;
brew postinstall sdl2 game-music-emu p7zip mazmazz/srb2/sdl2_mixer;
brew install cmake||true;
fi;
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment