lightningdevkit / ldk-c-bindings

Main LDK C Bindings on which other bindings are built
Other
13 stars 14 forks source link

Set compiler flags earlier to get -isysroot in all RL builds #35

Closed TheBlueMatt closed 3 years ago

TheBlueMatt commented 3 years ago

I'm honestly not sure why this is required or what changed such that I seem to need it now, but its pretty harmless.

Without this, we fail to build the rust-lightning full-crate source file sometimes as we fail to build secp256k1 due to missing headers.