dockerimages/tauri-runner/osxcross_setup.sh
Martyn Ranyard cdd2b18d40 This is really too much
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
2023-11-09 11:25:34 +01:00

6 lines
226 B
Bash

#/bin/sh
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