From 1f9f576a770241cae39b392a573fe9dd85f949a0 Mon Sep 17 00:00:00 2001 From: manongjohn Date: Tue, 26 Jan 2021 08:17:57 -0500 Subject: [PATCH] Fix macOS build brew link error --- ci-scripts/osx/tahoma-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci-scripts/osx/tahoma-install.sh b/ci-scripts/osx/tahoma-install.sh index 804e1b8e..cbfeca4d 100755 --- a/ci-scripts/osx/tahoma-install.sh +++ b/ci-scripts/osx/tahoma-install.sh @@ -2,6 +2,7 @@ brew update # from Homebrew 1.6.0 the old formula for obtaining Qt5.9.2 becomes invalid. # so we start to use the latest version of Qt. (#1910) +brew unlink python@2 brew install boost qt clang-format glew lz4 lzo libmypaint jpeg-turbo nasm yasm aom dav1d fontconfig freetype gnutls lame libass libbluray libsoxr libvorbis libvpx opencore-amr openh264 openjpeg opus rav1e sdl2 snappy speex tesseract theora webp xvid xz # delete older qt versions and make sure to have only the latest brew cleanup qt