From 39a575ed2495f84c54b17d30c6f825331b1540a3 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Sat, 29 Mar 2025 11:27:04 -0400 Subject: [PATCH] Add Xcode version range and links to download. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fd494fb..9e81d38 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ 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 `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. +You must have access to a Mac computer with Xcode 13.3.0–[13.4.1](https://developer.apple.com/services-account/download?path=/Developer_Tools/Xcode_13.4.1/Xcode_13.4.1.xip) or 14.0–[14.0.1](https://developer.apple.com/services-account/download?path=/Developer_Tools/Xcode_14.0.1/Xcode_14.0.1.xip) 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.