From 8fc0f965bb04de2f857a9c567699545e92aa1179 Mon Sep 17 00:00:00 2001 From: Bret Curtis Date: Fri, 5 Mar 2021 13:10:22 +0100 Subject: [PATCH] which qmake? --- CI/before_install.osx.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CI/before_install.osx.sh b/CI/before_install.osx.sh index 49b2fbe16..d8832d90e 100755 --- a/CI/before_install.osx.sh +++ b/CI/before_install.osx.sh @@ -9,5 +9,8 @@ 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@5 +qmake --version +which qmake + curl -fSL -R -J https://downloads.openmw.org/osx/dependencies/openmw-deps-f8918dd.zip -o ~/openmw-deps.zip unzip -o ~/openmw-deps.zip -d /private/tmp/openmw-deps > /dev/null