Commit 16c042a8 authored by Piotr Kubaj's avatar Piotr Kubaj
Browse files

devel/py-maturin: fix build on powerpc*

Since ring crate is unavailable on powerpc*, this port fails to build.
Add parameters from setup.py to CARGO_BUILD_ARGS:
            if platform.machine() in ("ppc64le", "ppc64", "powerpc"):
                cargo_args.extend(
                    ["--no-default-features", "--features=upload,log,human-panic"]
                )
parent 18348838
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment