mirror of
https://github.com/libgit2/libgit2.git
synced 2026-01-25 02:56:17 +00:00
13 lines
328 B
Bash
Executable File
13 lines
328 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -ex
|
|
|
|
brew update
|
|
brew install ninja
|
|
|
|
sudo mkdir /usr/local/lib || true
|
|
sudo chmod 0755 /usr/local/lib
|
|
sudo ln -s /Applications/Xcode.app/Contents/Developer/usr/lib/libLeaksAtExit.dylib /usr/local/lib
|
|
|
|
curl -s -L https://raw.githubusercontent.com/leetal/ios-cmake/master/ios.toolchain.cmake -o ios.toolchain.cmake
|