ci: force osx libffi dep to be found

this is also really, really stupid.

ref D8305

Reviewed-by: Stefan Schmidt <stefan@datenfreihafen.org>
Differential Revision: https://phab.enlightenment.org/D8340
This commit is contained in:
Mike Blumenkrantz 2019-03-14 11:53:50 -04:00 committed by Stefan Schmidt
parent ba1c94d051
commit 8a6e89358d
1 changed files with 2 additions and 1 deletions

View File

@ -147,7 +147,8 @@ else
export CFLAGS="-I/usr/local/opt/openssl/include -frewrite-includes $CFLAGS"
export LDFLAGS="-L/usr/local/opt/openssl/lib $LDFLAGS"
export PKG_CONFIG_PATH="/usr/local/opt/openssl/lib/pkgconfig"
LIBFFI_VER=$(brew list --versions libffi|head -n1|cut -d' ' -f2)
export PKG_CONFIG_PATH="/usr/local/opt/openssl/lib/pkgconfig:/usr/local/Cellar/libffi/$LIBFFI_VER/lib/pkgconfig
# Normal build test of all targets
rm -f ~/.ccache/ccache.conf