We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47596a7 commit 06a6363Copy full SHA for 06a6363
script/update_libgit2
@@ -22,6 +22,9 @@ fi
22
mkdir build
23
cd build
24
25
+# OpenSSL is keg-only, so add its pkgconfig location manually
26
+export PKG_CONFIG_PATH=/usr/local/opt/openssl/lib/pkgconfig
27
+
28
cmake -DBUILD_SHARED_LIBS:BOOL=OFF \
29
-DLIBSSH2_INCLUDE_DIRS:PATH=/usr/local/include/ \
30
-DBUILD_CLAR:BOOL=OFF \
0 commit comments