mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-15 18:10:05 +00:00
d299d0ed65
This appears to properly handle the ffmpeg libraries that dylibbundler failed to patch.
6 lines
90 B
Bash
Executable File
6 lines
90 B
Bash
Executable File
#!/bin/sh -ex
|
|
|
|
brew update
|
|
brew install qt5 sdl2 p7zip ccache ffmpeg
|
|
pip3 install macpack
|