roc-streaming / roc-toolkit

Real-time audio streaming over the network.
https://roc-streaming.org
Mozilla Public License 2.0
1.03k stars 205 forks source link

Fix work without pkg-config on mac #510

Closed gavv closed 1 year ago

gavv commented 1 year ago

This PR fixes OpenSSL search on macos when pkg-config is not installed, which happens randomly on some (but not all) github action workers.

Without this PR, OpenSSL can be used without pkg-config on linux, but not on mac, because on mac OpenSSL is inside brew prefix.

Changes: