TheCharlatan / rust-bitcoinkernel

Rust bindings for the bitcoin kernel library
MIT License
7 stars 2 forks source link

macOS: LD_LIBRARY_PATH should be DYLD_LIBRARY_PATH #2

Closed Sjors closed 2 months ago

Sjors commented 2 months ago

I think, otherwise it can't find libbitcoinkernel.dylib

TheCharlatan commented 2 months ago

Thanks, I added a note to the README. Hopefully the build system will soon be able to just handle this in the background.