Skip to content

Commit

Permalink
Add libffi to pkgconfig's search path.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdm committed May 10, 2019
1 parent af077f8 commit e050e4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions etc/taskcluster/decision_task.py
Expand Up @@ -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(
Expand Down

0 comments on commit e050e4f

Please sign in to comment.