alexcrichton / openssl-src-rs

Source code and logic to build OpenSSL from source
Apache License 2.0
68 stars 113 forks source link

impl OPENSSL_SRC_PREFIX_SANTIZE env var #165

Open ShootingKing-AM opened 1 year ago

ShootingKing-AM commented 1 year ago
alexcrichton commented 1 year ago

Thanks for this PR, but is there a need for this to be an env var? Can this be automatically detected when this sanitization on Windows is required?

ShootingKing-AM commented 1 year ago

Actually I also thought so, but i dont know all kinds of cases people use this crate in. So thought I wouldn't want to make any breaking changes.

Otherwise, we can enforce some consistency with --openssldir='s path's os type (i guess)