Merge pull request #5056 from jroweboy/master

Attempt to fix macOS build
This commit is contained in:
James Rowe
2020-01-15 11:28:42 -07:00
committed by GitHub

View File

@@ -1,5 +1,6 @@
#!/bin/sh -ex #!/bin/sh -ex
brew update brew update
brew unlink python@2
brew install qt5 sdl2 p7zip ccache ffmpeg ninja brew install qt5 sdl2 p7zip ccache ffmpeg ninja
pip3 install macpack pip3 install macpack