MacOS: link against openssl@3.0 (#27978)

This commit is contained in:
Willem Melching
2023-04-19 22:31:19 +02:00
committed by GitHub
parent 31cdb8de4c
commit d0b309ab0d
2 changed files with 3 additions and 3 deletions

View File

@@ -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:

View File

@@ -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"