rust-bitcoin / rust-bitcoinconsensus

Bitcoin's libbitcoinconsenus.a with Rust binding. Built from Bitcoin sources with cargo.
Apache License 2.0
46 stars 34 forks source link

Fails to build on some non-x86 platforms #3

Closed TheBlueMatt closed 6 years ago

TheBlueMatt commented 6 years ago

Needs this upstream patch in order to build on at least powerpc: https://github.com/bitcoin/bitcoin/pull/12998

jeandudey commented 6 years ago

Is there something I can do about it? This is blocking me from contributing to rust-lightning because this doesn't build on my computer.

TheBlueMatt commented 6 years ago

It was included in 0.16.1, so bumping the subtree should fix the issue.