erickt / rust-zmq

Rust zeromq bindings.
Apache License 2.0
886 stars 189 forks source link

Embed libc++ dependency #303

Open abour opened 4 years ago

abour commented 4 years ago

Hi,

I'm compiling zmq with the vendored-zmq feature on macos. Thus, when I check the dynamic dependencies on the binary otool -L, I see I have a dependency on /usr/lib/libc++.1.dylib

Is there a way to embed this dependency ?