Skip to content

Commit

Permalink
Also aws-lc-sys -Wno-overriding-t-option (#596)
Browse files Browse the repository at this point in the history
  • Loading branch information
justsmth authored Nov 15, 2024
1 parent 539f64b commit 8f7f96d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aws-lc-sys/builder/cmake_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ impl CmakeBuilder {
// If the build environment vendor is Apple
#[cfg(target_vendor = "apple")]
{
cmake_cfg.cflag("-Wno-overriding-t-option");
if target_arch() == "aarch64" {
cmake_cfg.define("CMAKE_OSX_ARCHITECTURES", "arm64");
cmake_cfg.define("CMAKE_SYSTEM_PROCESSOR", "arm64");
Expand Down

0 comments on commit 8f7f96d

Please sign in to comment.