alexcrichton / openssl-src-rs

Source code and logic to build OpenSSL from source
Apache License 2.0
69 stars 114 forks source link

Sets RANLIB for Android only if using GCC #196

Open eycorsican opened 1 year ago

eycorsican commented 1 year ago

Should fix https://github.com/alexcrichton/openssl-src-rs/issues/188

elpiel commented 1 year ago

There is another issue we've experienced after updating some of our dependencies and applying fix. We had to add the archiver as well: https://github.com/alexcrichton/openssl-src-rs/compare/release/111...Stremio:openssl-src-rs:release/111

ErikBjare commented 1 year ago

If this PR eliminates the need to set RANLIB_*, then it'd be nice to get it merged, so we can strip it out of our build scripts! :)

Same with https://github.com/alexcrichton/openssl-src-rs/pull/207