Skip to content

openssl.recipe: Fix crash on iOS TestFlight

Nirbheek Chauhan requested to merge nirbheek/cerbero:fix-openssl-crash into main

Don't try to look for a portable ca cert when running on anything other than macOS, since there's no portable prefix there at all. All libraries and plugins are usually linked statically into the app.

Fixes #342 (closed)

Merge request reports