alexcrichton / curl-rust

Rust bindings to libcurl
MIT License
1k stars 234 forks source link

Never try to link with `/lib/darwin` #435

Closed catap closed 2 years ago

catap commented 2 years ago

clang --print-search-dirs may return libraries: = that leads to /lib/darwin which may leads to attempt to find clang_rt.osx inside this wired path and which fails the build.