Skip to content

Commit

Permalink
Merge pull request #503 from messense/ppc-features
Browse files Browse the repository at this point in the history
Fix pip install maturin on PowerPC platform
  • Loading branch information
messense authored Apr 13, 2021
2 parents 17b6bfa + dea6421 commit 3b5eded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def run(self):

if platform.machine() in ("ppc64le", "ppc64", "powerpc"):
cargo_args.extend(
["--no-default-features", "--features=auditwheel,log,human-panic"]
["--no-default-features", "--features=upload,log,human-panic"]
)

cargo_args.extend(["--", "-C", "link-arg=-s"])
Expand Down

0 comments on commit 3b5eded

Please sign in to comment.