There was an error while loading. Please reload this page.
1 parent d36d8a6 commit 317cc55Copy full SHA for 317cc55
configure
@@ -33,12 +33,12 @@ elif [ "$PKGCONFIG_CFLAGS" ] || [ "$PKGCONFIG_LIBS" ]; then
33
elif [[ "$OSTYPE" == "darwin"* ]]; then
34
if [ $(command -v brew) ]; then
35
BREWDIR=$(brew --prefix)
36
+ PKG_CFLAGS="-I$BREWDIR/include"
37
+ PKG_LIBS="-L$BREWDIR/lib -L$BREWDIR/opt/openssl/lib $PKG_LIBS"
38
else
- curl -sfL "https://autobrew.github.io/scripts/$PKG_BREW_NAME" > autobrew
39
+ curl -sfL "https://autobrew.github.io/scripts/libssh" > autobrew
40
source autobrew
41
fi
- PKG_CFLAGS="-I$BREWDIR/opt/libssh/include"
- PKG_LIBS="-L$BREWDIR/opt/libssh/lib -L$BREWDIR/opt/openssl/lib $PKG_LIBS"
42
43
44
# For debugging
0 commit comments