aws / aws-lc-rs

aws-lc-rs is a cryptographic library using AWS-LC for its cryptographic operations. The library strives to be API-compatible with the popular Rust library named ring.
Other
236 stars 40 forks source link

[DRAFT] Use CFLAGS for include dirs #405

Closed justsmth closed 2 months ago

justsmth commented 2 months ago

Issues

See: https://github.com/rust-lang/cc-rs/pull/1043

Description of changes:

Call-outs:

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and the ISC license.

justsmth commented 2 months ago

My upstream PR to address this was merged. I would expect this fix to appear in the next (1.0.96?) release of cc.

I'll leave this PR in draft until the upstream fix is released.