mirror of
https://github.com/libgit2/libgit2.git
synced 2026-06-22 06:26:26 +00:00
Rename our build setup scripts to include the `build` name so that we can add additional CI setup scripts with no ambiguity.
9 lines
181 B
Bash
Executable File
9 lines
181 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -ex
|
|
|
|
brew update
|
|
brew install pkgconfig zlib curl openssl libssh2 ninja
|
|
|
|
ln -s /Applications/Xcode.app/Contents/Developer/usr/lib/libLeaksAtExit.dylib /usr/local/lib
|