alexcrichton / openssl-src-rs

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

use cc_env instead of path to set the CC configure variable #244

Closed doy-materialize closed 4 months ago

doy-materialize commented 4 months ago

this allows wrappers like sccache to work properly

alexcrichton commented 4 months ago

Thanks! This repository doesn't have a super high amount of traffic so the CI failures here may or may not be caused by this PR. This seems to me like it should work, but if you're ok with it pushing up a commit that reverts your change, just to see CI run against main as-is, will help diagnose if it's specific to this PR or not.

doy-materialize commented 4 months ago

okay, this seems to work now.

alexcrichton commented 4 months ago

Thanks!