From 73024be721f6a25b05d51ae99fd2ce6bf2288abb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Tue, 23 Mar 2021 10:48:45 +0100 Subject: [PATCH] doc: update minimum supported Xcode to 11 The last version of Xcode 10 was released in 2019. Refs: https://github.com/nodejs/build/issues/2445 --- BUILDING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BUILDING.md b/BUILDING.md index 858f017d692f1a..7ebc9a7a329975 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -163,7 +163,7 @@ Depending on the host platform, the selection of toolchains may vary. | ---------------- | -------------------------------------------------------------- | | Linux | GCC >= 6.3 | | Windows | Visual Studio >= 2019 with the Windows 10 SDK on a 64-bit host | -| macOS | Xcode >= 10 (Apple LLVM >= 10) | +| macOS | Xcode >= 11 (Apple LLVM >= 11) | ### Official binary platforms and toolchains @@ -255,7 +255,7 @@ Python 3 users may also need to install `python3-distutils`. #### macOS prerequisites -* Xcode Command Line Tools >= 10 for macOS +* Xcode Command Line Tools >= 11 for macOS * Python (see note above) * Python 2.7 * Python 3.5, 3.6, 3.7, and 3.8