diff --git a/setup.py b/setup.py index 110df69af..721aa2267 100644 --- a/setup.py +++ b/setup.py @@ -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"])