Add libffi to pkgconfig's search path.

This commit is contained in:
Josh Matthews 2019-05-09 20:40:37 -04:00
parent af077f8cf7
commit e050e4fee4

View file

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