From e246959d1d4e463a4e8cfd2a7b07d662b74e8f3a Mon Sep 17 00:00:00 2001 From: Christoph Scholtes Date: Fri, 28 Mar 2025 08:34:46 -0600 Subject: [PATCH] Update README with new macOS SDK version. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1150737..fd494fb 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,8 @@ Cross-platform support for using the toolchain on non-GNU/Linux platforms is pro Clone this repository in a **path without spaces**, or the Makefile will break. -Obtain `MacOSX11.1.sdk.tar.xz` using the instructions at https://github.com/tpoechtrager/osxcross#packaging-the-sdk, and place it in the root of this repository. -You must have access to a Mac computer with **Xcode 12.4** to generate this SDK package. You **must** use this specific SDK version to build the toolchains. +Obtain `MacOSX12.3.sdk.tar.xz` using the instructions at https://github.com/tpoechtrager/osxcross#packaging-the-sdk, and place it in the root of this repository. +You must have access to a Mac computer with **Xcode 13.3.1** to generate this SDK package. You **must** use this specific SDK version to build the toolchains. There are two ways to build the toolchains: - Locally on GNU/Linux: Uses your system's compilers to build the toolchains.