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
Derive OPENSSL_LIB_DIR from the library path found by CMake's
find_package(OpenSSL) and pass both OPENSSL_LIB_DIR and
OPENSSL_INCLUDE_DIR to cargo_build() via the ENV parameter.
This ensures openssl-sys finds the same OpenSSL installation that
CMake found, rather than searching independently. No functional
change — openssl-sys already dynamically links OpenSSL by default.
0 commit comments