# HG changeset patch # User Paper # Date 1704197513 18000 # Node ID 20fd3acd61c074a386f3207c6004beaa498513c0 # Parent 9d9e6242dd1a09e5bdecc5f868473f1015c11148 CI/macos: download macosx 10.9 sdk diff -r 9d9e6242dd1a -r 20fd3acd61c0 .builds/macos.yml --- a/.builds/macos.yml Tue Jan 02 07:08:23 2024 -0500 +++ b/.builds/macos.yml Tue Jan 02 07:11:53 2024 -0500 @@ -20,7 +20,9 @@ MACOSX_DEPLOYMENT_TARGET: 10.9 tasks: - build: | - cd osxcross + cd osxcross/tarballs + wget "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX10.9.sdk.tar.xz" + cd .. export TARGET_DIR="$PWD/target" UNATTENDED=1 ./build.sh export PATH="$TARGET_DIR/bin:$PATH"