mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-02 06:56:45 +00:00
9 lines
163 B
Bash
Executable File
9 lines
163 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -ex
|
|
|
|
brew update
|
|
brew install pkgconfig libssh2 ninja
|
|
|
|
ln -s /Applications/Xcode.app/Contents/Developer/usr/lib/libLeaksAtExit.dylib /usr/local/lib
|