From 1eed3b756b5b8aacdb8a9660b64959d3363d67b7 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Tue, 9 Mar 2021 19:37:17 -0800 Subject: [PATCH] fix cached mac CI run (#20294) old-commit-hash: 92c5bbf92de0401c6f6a7c8f9d246dcf75644dbb --- SConstruct | 2 +- tools/mac_setup.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SConstruct b/SConstruct index 89fa688169..358d337fef 100644 --- a/SConstruct +++ b/SConstruct @@ -270,7 +270,7 @@ if arch != "aarch64": qt_libs = [] if arch == "Darwin": - qt_env['QTDIR'] = "/usr/local/opt/qt5" + qt_env['QTDIR'] = "/usr/local/opt/qt@5" qt_dirs = [ os.path.join(qt_env['QTDIR'], "include"), ] diff --git a/tools/mac_setup.sh b/tools/mac_setup.sh index 36dcd7380d..fe6988dde7 100755 --- a/tools/mac_setup.sh +++ b/tools/mac_setup.sh @@ -18,7 +18,7 @@ brew "libtool" brew "llvm" brew "openssl" brew "pyenv" -brew "qt5" +brew "qt@5" brew "zeromq" EOS