lightningdevkit / ldk-c-bindings

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

Use GNU sed if available on macOS #77

Closed jurvis closed 2 years ago

jurvis commented 2 years ago

addresses #76

tested and it works great:

./genbindings.sh ../rust-lightning true  268.73s user 10.64s system 154% cpu 3:00.99 total
jurvis commented 2 years ago

Might be worth adding macOS gnu-sed install instructions somewhere:

brew install gnu-sed
PATH="/opt/homebrew/opt/gnu-sed/libexec/gnubin:$PATH" // sets gsed as default sed