travis/macos: Use macpack to bundle dependencies

This appears to properly handle the ffmpeg libraries that dylibbundler
failed to patch.
This commit is contained in:
Alex James 2019-03-09 22:05:56 +08:00 committed by zhupengfei
parent acaca4188e
commit d299d0ed65
No known key found for this signature in database
GPG key ID: DD129E108BD09378
2 changed files with 4 additions and 12 deletions

View file

@ -1,4 +1,5 @@
#!/bin/sh -ex
brew update
brew install qt5 sdl2 dylibbundler p7zip ccache ffmpeg
brew install qt5 sdl2 p7zip ccache ffmpeg
pip3 install macpack