mirror of
https://github.com/servo/servo.git
synced 2025-07-27 17:20:36 +01:00
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 -->
This commit is contained in:
commit
b13f7abb16
1 changed files with 1 additions and 0 deletions
|
@ -729,6 +729,7 @@ def macos_build_task(name):
|
||||||
.with_script("""
|
.with_script("""
|
||||||
export OPENSSL_INCLUDE_DIR="$(brew --prefix openssl)/include"
|
export OPENSSL_INCLUDE_DIR="$(brew --prefix openssl)/include"
|
||||||
export OPENSSL_LIB_DIR="$(brew --prefix openssl)/lib"
|
export OPENSSL_LIB_DIR="$(brew --prefix openssl)/lib"
|
||||||
|
export PKG_CONFIG_PATH="$(brew --prefix libffi)/lib/pkgconfig/"
|
||||||
""")
|
""")
|
||||||
|
|
||||||
.with_directory_mount(
|
.with_directory_mount(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue