aboutsummaryrefslogtreecommitdiffstats
path: root/extra/osxcross_setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'extra/osxcross_setup.sh')
-rwxr-xr-xextra/osxcross_setup.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/extra/osxcross_setup.sh b/extra/osxcross_setup.sh
new file mode 100755
index 0000000..c0ae94f
--- /dev/null
+++ b/extra/osxcross_setup.sh
@@ -0,0 +1,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