Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed Jan 31, 2024
1 parent aeba87a commit db46941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zng/cc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ pub fn build_zlib_ng(target: &str, compat: bool) {
// According to the cmake macro, MSVC is missing the crc32 intrinsic
// for arm, don't know if that is still true though
if !cfg.is_msvc || is_aarch64 {
cfg.define("ARM_ACLE", None);
cfg.define("ARM_ACLE", None).define("HAVE_ARM_ACLE_H", None);
cfg.append(Some("arch/arm"), &["crc32_acle", "insert_string_acle"]);
// When targeting aarch64 we already need to specify +simd, so
// we do that once later in this block
Expand Down

0 comments on commit db46941

Please sign in to comment.