diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2019-05-10 12:22:34 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-10 12:22:34 -0400 |
commit | b13f7abb16275961ee4c7fb389e100da171c3b8c (patch) | |
tree | 9661f0021d37ae36c222e16060845fd0058b103e | |
parent | 623c5d064505003da83becc557605f3fcf5406b6 (diff) | |
parent | e050e4fee46282720809538d92d89591b71f9fe1 (diff) | |
download | servo-b13f7abb16275961ee4c7fb389e100da171c3b8c.tar.gz servo-b13f7abb16275961ee4c7fb389e100da171c3b8c.zip |
Auto merge of #23359 - jdm:fix-ffi-tc, r=SimonSapin
Add libffi to pkgconfig's search path.
Fixes #23358.
<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23359)
<!-- Reviewable:end -->
-rw-r--r-- | etc/taskcluster/decision_task.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/taskcluster/decision_task.py b/etc/taskcluster/decision_task.py index ac009c874ad..ba062caa51d 100644 --- a/etc/taskcluster/decision_task.py +++ b/etc/taskcluster/decision_task.py @@ -729,6 +729,7 @@ def macos_build_task(name): .with_script(""" 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( |