Closed jamesmcm closed 4 years ago
This is likely a bug and something which we should avoid doing if AR
is already specified.
Yeah, in the end I switched the code to use Rustls and it works (though I had a few issues getting the build system to use Clang to compile ring).
Addressed in PR #62
Hi,
This line overwrites the
AR
environment variable ifgcc
has a prefix.https://github.com/alexcrichton/openssl-src-rs/blob/babdbf06116b22f8fa276da4e25b134d28b54494/src/lib.rs#L222
This is a pain as my
ar
isx86_64-unknown-linux-gnu-gcc-ar
notx86_64-unknown-linux-gnu-ar
- is there any way to override this?It's running on a build server so I don't have much control.