You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use .statik(std::env::var("OPENSSL_STATIC").is_ok()) in fn try_pkg_config() which would remove the need to specify the _INCLUDE_DIR and _LIB_DIR for the case like fedora where the statically linked binaries are provided in the standard locations beside the dynamically linked.