This website requires JavaScript.
Explore
Help
Register
Sign In
lux
/
citra
Watch
1
Star
0
Fork
You've already forked citra
0
mirror of
https://git.h3cjp.net/H3cJP/citra.git
synced
2024-11-23 21:52:45 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
15ed600c91
citra
/
.travis
/
macos
/
deps.sh
6 lines
90 B
Bash
Raw
Normal View
History
Unescape
Escape
travis: Split build scripts for different platforms This commit also separates clang-format from the linux build, closing #2702.
2017-10-06 19:58:48 +00:00
#!/bin/sh -ex
brew update
travis/macos: Use macpack to bundle dependencies This appears to properly handle the ffmpeg libraries that dylibbundler failed to patch.
2019-03-09 14:05:56 +00:00
brew install qt5 sdl2 p7zip ccache ffmpeg
pip3 install macpack
Reference in a new issue
Copy permalink