Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
konstin committed Dec 31, 2021
1 parent 566abf5 commit fa00117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build_options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ impl BuildOptions {
// With zig we can compile to any glibc version that we want, so we pick the lowest
// one supported by the rust compiler
if self.zig && !target.is_musl_target() {
Some(target.get_default_manylinux_tag())
Some(target.get_minimum_manylinux_tag())
} else {
None
},
Expand Down

0 comments on commit fa00117

Please sign in to comment.