1
0
mirror of https://github.com/libssh2/libssh2.git synced 2026-01-27 00:18:12 +03:00

ci/GHA: tidy-up wolfSSL autotools config on macOS

Closes #1383
This commit is contained in:
Viktor Szakats
2024-05-08 22:04:15 +02:00
parent 736e3d7d8b
commit 5953c1f153

View File

@@ -538,7 +538,7 @@ jobs:
cmake: -DCRYPTO_BACKEND=OpenSSL "-DOPENSSL_ROOT_DIR=$(brew --prefix)/opt/libressl"
- name: 'wolfSSL'
install: wolfssl
configure: --with-crypto=wolfssl "--with-libwolfssl-prefix=$(brew --prefix)/opt/wolfssl"
configure: --with-crypto=wolfssl "--with-libwolfssl-prefix=$(brew --prefix)"
cmake: -DCRYPTO_BACKEND=wolfSSL
- name: 'libgcrypt'
install: libgcrypt