You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having issues building git2-rs when installing cargo-update. I've tried setting CMAKE_PREFIX_PATH so cmake can find openssl's headers. Here's a log to see where exactly this fails building.
I was debugging this issue with @alexcrichton. For now, you could work around this with PKG_CONFIG_PATH=/usr/local/opt/openssl/lib/pkgconfig when running a cargo command.
Having issues building git2-rs when installing cargo-update. I've tried setting
CMAKE_PREFIX_PATH
so cmake can find openssl's headers. Here's a log to see where exactly this fails building.log.txt
related issue filed at cargo-update
I do have
openssl
andlibssh2
installed with Homebrew on my machine, so unless there's a variable I need to explicitly set now - I'm at a loss.Thanks.
The text was updated successfully, but these errors were encountered: