Skip to content

Commit

Permalink
ci: list all libfido2 dependencies
Browse files Browse the repository at this point in the history
For some reason, openssl@3 is sometimes not listed as "installed". Be
less restrictive and list all dependencies regardless of their currently
perceived state by brew.
  • Loading branch information
LDVG committed Nov 7, 2023
1 parent 5c161b4 commit 2fcefe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-aux/ci/build-osx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -ex

# Link to the same OpenSSL version as libfido2.
OPENSSL="$(brew deps --installed libfido2 | grep openssl)"
OPENSSL="$(brew deps libfido2 | grep openssl)"
LIBFIDO2_PKGCONF="$(brew --prefix libfido2)/lib/pkgconfig"
OPENSSL_PKGCONF="$(brew --prefix "${OPENSSL}")/lib/pkgconfig"
export PKG_CONFIG_PATH="${LIBFIDO2_PKGCONF}:${OPENSSL_PKGCONF}"
Expand Down

0 comments on commit 2fcefe5

Please sign in to comment.