From 3e148e5b764d87fe843b971c7bf88f6709d5724b Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Thu, 30 Sep 2021 16:21:45 +0200 Subject: [PATCH] github: Fix build on macOS due to moved OpenSSL location --- scripts/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test.sh b/scripts/test.sh index 1411f14125..2ec3e5cc34 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -244,7 +244,7 @@ macos) BREW_PREFIX=$(brew --prefix) export PATH=$BREW_PREFIX/opt/bison/bin:$PATH export ACLOCAL_PATH=$BREW_PREFIX/opt/gettext/share/aclocal:$ACLOCAL_PATH - for pkg in openssl curl + for pkg in openssl@1.1 curl do PKG_CONFIG_PATH=$BREW_PREFIX/opt/$pkg/lib/pkgconfig:$PKG_CONFIG_PATH CPPFLAGS="-I$BREW_PREFIX/opt/$pkg/include $CPPFLAGS"