mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
Install zlib on macOS
https://community-tc.services.mozilla.com/tasks/fcbLrz33RHeshgRZGvSAjg/runs/0/logs/https%3A%2F%2Fcommunity-tc.services.mozilla.com%2Fapi%2Fqueue%2Fv1%2Ftask%2FfcbLrz33RHeshgRZGvSAjg%2Fruns%2F0%2Fartifacts%2Fpublic%2Flogs%2Flive.log#L1359 Note that the above is on macOS 10.15. Maybe previous versions provided zlib system-wide?
This commit is contained in:
parent
c292b1aaf0
commit
9b17deb11e
2 changed files with 2 additions and 0 deletions
|
@ -909,6 +909,7 @@ def macos_build_task(name):
|
|||
export OPENSSL_INCLUDE_DIR="$(brew --prefix openssl)/include"
|
||||
export OPENSSL_LIB_DIR="$(brew --prefix openssl)/lib"
|
||||
export PKG_CONFIG_PATH="$(brew --prefix libffi)/lib/pkgconfig/"
|
||||
export PKG_CONFIG_PATH="$(brew --prefix zlib)/lib/pkgconfig/:$PKG_CONFIG_PATH"
|
||||
""")
|
||||
|
||||
.with_directory_mount(
|
||||
|
|
|
@ -5,6 +5,7 @@ brew "openssl"
|
|||
brew "pkg-config"
|
||||
brew "llvm"
|
||||
brew "yasm"
|
||||
brew "zlib"
|
||||
|
||||
# For sccache
|
||||
brew "openssl@1.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue