aboutsummaryrefslogtreecommitdiffstats
path: root/extra/osxcross_setup.sh
blob: c0ae94f708aff687eeda3feab0c606015491de77 (plain)
1
2
3
4
5
6
7
#!/bin/bash

git clone https://github.com/tpoechtrager/osxcross
cd osxcross
wget -nc https://s3.dockerproject.org/darwin/v2/MacOSX10.10.sdk.tar.xz
mv MacOSX10.10.sdk.tar.xz tarballs/
UNATTENDED=yes OSX_VERSION_MIN=10.7 ./build.sh