Skip to content

Commit

Permalink
Update maturin/__init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Mar 14, 2024
1 parent 472d7ea commit 3abbad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maturin/__init__.py
Expand Up @@ -77,7 +77,7 @@ def _build_wheel(
if pep517_args:
options.extend(pep517_args)

if "--compatibility" not in options:
if "--compatibility" not in options and "--manylinux" not in options:
# default to off if not otherwise specified
options = ["--compatibility", "off", *options]

Expand Down

0 comments on commit 3abbad7

Please sign in to comment.