Skip to content

Commit

Permalink
Also fix for aws-lc-sys
Browse files Browse the repository at this point in the history
  • Loading branch information
justsmth committed Jan 31, 2025
1 parent 2dfd16f commit 2cf0e8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aws-lc-sys/builder/cc_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ impl CcBuilder {
// clang: error: overriding '-mmacosx-version-min=13.7' option with '--target=x86_64-apple-macosx14.2' [-Werror,-Woverriding-t-option]
// ```
cc_build.flag_if_supported("-Wno-overriding-t-option");
cc_build.flag_if_supported("-Wno-overriding-option");
}

cc_build
Expand Down

0 comments on commit 2cf0e8c

Please sign in to comment.