MacOS: link against openssl@3.0 (#27978)

pull/28064/head
Willem Melching 2 years ago committed by GitHub
parent 31cdb8de4c
commit d0b309ab0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      SConstruct
  2. 2
      tools/mac_setup.sh

@ -120,7 +120,7 @@ else:
f"#third_party/libyuv/{yuv_dir}/lib",
f"{brew_prefix}/lib",
f"{brew_prefix}/Library",
f"{brew_prefix}/opt/openssl/lib",
f"{brew_prefix}/opt/openssl@3.0/lib",
f"{brew_prefix}/Cellar",
"/System/Library/Frameworks/OpenGL.framework/Libraries",
]
@ -133,7 +133,7 @@ else:
cxxflags += ["-DGL_SILENCE_DEPRECATION"]
cpppath += [
f"{brew_prefix}/include",
f"{brew_prefix}/opt/openssl/include",
f"{brew_prefix}/opt/openssl@3.0/include",
]
# Linux 86_64
else:

@ -45,7 +45,7 @@ brew "libarchive"
brew "libusb"
brew "libtool"
brew "llvm"
brew "openssl"
brew "openssl@3.0"
brew "pyenv"
brew "qt@5"
brew "zeromq"

Loading…
Cancel
Save