1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-01 03:21:41 +00:00

[macOS, CI] Use prebuilt dependencies with SDL2 2.0.12

This commit is contained in:
Nikolay Kasyanov 2020-03-28 13:45:44 +01:00 committed by Andrei Kortunov
parent d6d8ed2137
commit c8596f782a

View File

@ -5,5 +5,5 @@ brew outdated pkgconfig || brew upgrade pkgconfig
brew install qt
brew install ccache
curl -fSL -R -J https://downloads.openmw.org/osx/dependencies/openmw-deps-110f3d3.zip -o ~/openmw-deps.zip
curl -fSL -R -J https://downloads.openmw.org/osx/dependencies/openmw-deps-ef2462c.zip -o ~/openmw-deps.zip
unzip -o ~/openmw-deps.zip -d /private/tmp/openmw-deps > /dev/null