appsignal / mongo-rust-driver

Mongo Rust driver built on top of the Mongo C driver
Apache License 2.0
89 stars 22 forks source link

Problems compiling MacOS #51

Closed dpc closed 3 years ago

dpc commented 5 years ago

It looks like when user on MacOs installs GNU ar from brew and it's first in the path, the compilation of mongoc will fail, as it expects BSD's ar?

It would be great if the build script could somehow detect it automatically.