-
Notifications
You must be signed in to change notification settings - Fork 44
Closed
Labels
Description
When I try using the libxml crate on a Mac OS X laptop, I get the following build error:
thread 'main' panicked at 'Could not find libxml2.', /Users/balls/.cargo/registry/src/g.yxqyang.asia-1ecc6299db9ec823/libxml-0.3.0/build.rs:25:5
This appears to be similar to other issues (#81, #72), but they were on Windows so I don't think the answer/resolution will be the same.
Is the crate looking for an existing installation of libxml2? If so then how can I point the build to it?