Simon Sapin 2019-11-15 18:20:28 +01:00
parent c292b1aaf0
commit 9b17deb11e
2 changed files with 2 additions and 0 deletions

View file

@ -909,6 +909,7 @@ def macos_build_task(name):
export OPENSSL_INCLUDE_DIR="$(brew --prefix openssl)/include" export OPENSSL_INCLUDE_DIR="$(brew --prefix openssl)/include"
export OPENSSL_LIB_DIR="$(brew --prefix openssl)/lib" export OPENSSL_LIB_DIR="$(brew --prefix openssl)/lib"
export PKG_CONFIG_PATH="$(brew --prefix libffi)/lib/pkgconfig/" export PKG_CONFIG_PATH="$(brew --prefix libffi)/lib/pkgconfig/"
export PKG_CONFIG_PATH="$(brew --prefix zlib)/lib/pkgconfig/:$PKG_CONFIG_PATH"
""") """)
.with_directory_mount( .with_directory_mount(

View file

@ -5,6 +5,7 @@ brew "openssl"
brew "pkg-config" brew "pkg-config"
brew "llvm" brew "llvm"
brew "yasm" brew "yasm"
brew "zlib"
# For sccache # For sccache
brew "openssl@1.1" brew "openssl@1.1"