diff options
-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( |