mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-22 04:21:23 +00:00
Remove zlib from release brew packages
(it was never in the original travis script)
This commit is contained in:
parent
17cde328c1
commit
20879f1f40
1 changed files with 2 additions and 2 deletions
|
@ -602,9 +602,9 @@ install:
|
||||||
brew install sdl2 sdl2_mixer game-music-emu p7zip;
|
brew install sdl2 sdl2_mixer game-music-emu p7zip;
|
||||||
brew install cmake||true;
|
brew install cmake||true;
|
||||||
else
|
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 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;
|
brew install cmake||true;
|
||||||
fi;
|
fi;
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue