From acb43281670ba10dc1c12549457befb0c402b42c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20P=C3=B6chtrager?= Date: Tue, 18 Aug 2020 12:41:05 +0200 Subject: [PATCH] Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1fdec23..34eb94e 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ The goal of OSXCross is to provide a well working macOS cross toolchain for OSXCross works **on** `x86`, `x86_64`, `arm` and `AArch64`/`arm64`, and is able to **target** `arm64`, `arm64e`, `x86_64`, `x86_64h` and `i386`. -`arm64` requires macOS 12 SDK (or later). +`arm64` requires macOS 11.0 SDK (or later). `arm64e` [requires a recent Apple clang compiler.](https://github.com/apple/llvm-project) ### HOW DOES IT WORK? ###