Lytol / Mongo.jl

Mongo bindings for the Julia programming language
MIT License
30 stars 37 forks source link

Should search for mongo c library in standard lib paths #6

Closed Lytol closed 11 years ago

Lytol commented 11 years ago

Currently, I have it hard-coded to my own mongo lib since it wasn't picking it up without a path. It should find it within the standard lib paths (cross-platform).