We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b99c661 commit 4583ec5Copy full SHA for 4583ec5
aws-lc-sys/builder/main.rs
@@ -631,6 +631,13 @@ fn main() {
631
bindings_available = true;
632
}
633
} else if is_bindgen_required() {
634
+ emit_warning("######");
635
+ emit_warning(
636
+ "If bindgen is unable to locate a header file, use the \
637
+ BINDGEN_EXTRA_CLANG_ARGS environment variable to specify additional include paths.",
638
+ );
639
+ emit_warning("See: https://github.com/rust-lang/rust-bindgen?tab=readme-ov-file#environment-variables");
640
641
let aws_lc_crypto_dir = Path::new(&manifest_dir).join("aws-lc").join("crypto");
642
if !aws_lc_crypto_dir.exists() {
643
emit_warning("######");
0 commit comments