Skip to content

Commit

Permalink
Update build.rs to support iOS SDK 18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gridbox authored Jan 2, 2025
1 parent 0c07fa8 commit 86762e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pqcrypto-internals/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ fn main() {
println!("cargo:rustc-link-lib=keccak4x")
} else if target_arch == "aarch64" && target_env != "msvc" {
builder
.flag("-march=armv8-a")
.flag("-march=armv8-a+sha3")
.file(cfiledir.join("keccak2x").join("fips202x2.c"))
.file(cfiledir.join("keccak2x").join("feat.S"))
.compile("keccak2x");
Expand Down

0 comments on commit 86762e3

Please sign in to comment.