fix cached mac CI run (#20294)

pull/20296/head
Adeeb Shihadeh 5 years ago committed by GitHub
parent 2fe5eff88c
commit 92c5bbf92d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      SConstruct
  2. 2
      tools/mac_setup.sh

@ -270,7 +270,7 @@ if arch != "aarch64":
qt_libs = [] qt_libs = []
if arch == "Darwin": if arch == "Darwin":
qt_env['QTDIR'] = "/usr/local/opt/qt5" qt_env['QTDIR'] = "/usr/local/opt/qt@5"
qt_dirs = [ qt_dirs = [
os.path.join(qt_env['QTDIR'], "include"), os.path.join(qt_env['QTDIR'], "include"),
] ]

@ -18,7 +18,7 @@ brew "libtool"
brew "llvm" brew "llvm"
brew "openssl" brew "openssl"
brew "pyenv" brew "pyenv"
brew "qt5" brew "qt@5"
brew "zeromq" brew "zeromq"
EOS EOS

Loading…
Cancel
Save