mirror of
https://github.com/PabloMK7/citra.git
synced 2025-09-10 21:00:06 +00:00
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:
parent
acaca4188e
commit
d299d0ed65
2 changed files with 4 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue