8000 Update libgit2 to 0.27 by tiennou · Pull Request #645 · libgit2/objective-git · GitHub
[go: up one dir, main page]

Skip to content

Update libgit2 to 0.27 #645

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Jun 15, 2018
Prev Previous commit
Next Next commit
Manually tell pkg-config the location of brewed OpenSSL
  • Loading branch information
tiennou committed May 29, 2018
commit 06a6363b44cfe99f7cc171ff602bb0cdd522628f
3 changes: 3 additions & 0 deletions script/update_libgit2
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ fi
mkdir build
cd build

# OpenSSL is keg-only, so add its pkgconfig location manually
export PKG_CONFIG_PATH=/usr/local/opt/openssl/lib/pkgconfig

cmake -DBUILD_SHARED_LIBS:BOOL=OFF \
-DLIBSSH2_INCLUDE_DIRS:PATH=/usr/local/include/ \
-DBUILD_CLAR:BOOL=OFF \
Expand Down
0