Skip to content

Commit

Permalink
Default aws-lc-fips-sys to shared build
Browse files Browse the repository at this point in the history
  • Loading branch information
justsmth committed Mar 18, 2024
1 parent cc7adda commit 93a573c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions aws-lc-fips-sys/builder/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,6 @@ impl Default for OutputLibType {
} else {
OutputLibType::Dynamic
}
} else if target_os() == "linux"
&& (target_arch() == "x86_64" || target_arch() == "aarch64")
{
OutputLibType::Static
} else {
OutputLibType::Dynamic
}
Expand Down

0 comments on commit 93a573c

Please sign in to comment.