We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d555f7 commit 9b4bc03Copy full SHA for 9b4bc03
.github/workflows/build-test.yml
@@ -48,7 +48,7 @@ jobs:
48
(cd simdzone && autoconf && autoheader)
49
libtoolize -c -i || glibtoolize -c -i
50
if test ${{runner.os}} = 'macOS'; then
51
- ./configure --enable-checking --disable-flto --with-ssl=yes --with-libevent=/opt/homebrew/opt/libevent
+ ./configure --enable-checking --disable-flto --with-ssl=/opt/homebrew/opt/openssl --with-libevent=/opt/homebrew/opt/libevent
52
else
53
./configure --enable-checking --disable-flto --with-ssl=yes --with-libevent=yes
54
fi
0 commit comments