mirror of
https://git.h3cjp.net/H3cJP/citra.git
synced 2024-11-24 20:12:48 +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
|