mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Add libffi to pkgconfig's search path.
This commit is contained in:
parent
af077f8cf7
commit
e050e4fee4
1 changed files with 1 additions and 0 deletions
|
@ -709,6 +709,7 @@ def macos_build_task(name):
|
|||
time brew bundle install --no-upgrade --file=etc/taskcluster/macos/Brewfile
|
||||
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/"
|
||||
""")
|
||||
|
||||
.with_directory_mount(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue