summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBret Curtis <psi29a@gmail.com>2020-10-16 16:37:20 +0200
committerBret Curtis <psi29a@gmail.com>2020-10-16 16:37:20 +0200
commit51ec4e61f1c9db873ba1b12cb5cc396aa372ec74 (patch)
treea18a452c83f365d90d504fea549407a6c25320ff
parent7f3a7644ffe546d7878f1e95cba0a91c118491e3 (diff)
added lz4 to our macos deps; let us see if that workslz4_prep
-rwxr-xr-xCI/before_install.osx.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/CI/before_install.osx.sh b/CI/before_install.osx.sh
index c3514e25be..9edfdf0d29 100755
--- a/CI/before_install.osx.sh
+++ b/CI/before_install.osx.sh
@@ -5,5 +5,5 @@ command -v ccache >/dev/null 2>&1 || brew install ccache
command -v cmake >/dev/null 2>&1 || brew install cmake
command -v qmake >/dev/null 2>&1 || brew install qt
-curl -fSL -R -J https://downloads.openmw.org/osx/dependencies/openmw-deps-ef2462c.zip -o ~/openmw-deps.zip
+curl -fSL -R -J https://downloads.openmw.org/osx/dependencies/openmw-deps-20201016.zip -o ~/openmw-deps.zip
unzip -o ~/openmw-deps.zip -d /private/tmp/openmw-deps > /dev/null