lastpass / lastpass-cli

LastPass command line interface tool
GNU General Public License v2.0
2.85k stars 292 forks source link

Link against Brew CURL under macOS #487

Closed msbit closed 5 years ago

msbit commented 5 years ago

If building on macOS, add the appropriate PKG_CONFIG_PATH to the environment to hint to the FindCURL module to look for that one first.

Fixes #427

Signed-off-by: Tom Sullivan tom@msbit.com.au

GPaulovics commented 5 years ago

Awesome, Thank You again @msbit . 😄

alyssais commented 5 years ago

This broke installation for package managers other than Homebrew that need to use their own PKG_CONFIG_PATH. See #503.

msbit commented 5 years ago

@alyssais ah yes, that makes sense. #503 looks good.