From 767643fc19300bc5dac92b105b1ef8799ada53b6 Mon Sep 17 00:00:00 2001 From: Richard Lau Date: Fri, 16 Apr 2021 17:40:58 -0400 Subject: [PATCH] doc: restore minimum Xcode version for macOS https://github.com/nodejs/node/pull/36691 accidentally reverted the change to the minimum version of Xcode for macOS. PR-URL: https://github.com/nodejs/node/pull/38266 Refs: https://github.com/nodejs/node/commit/4268fae04acc16b34fb302d63b01a85725ef2043#r49622017 Refs: https://github.com/nodejs/node/pull/37872 Reviewed-By: Colin Ihrig Reviewed-By: Beth Griggs Reviewed-By: James M Snell Reviewed-By: Rich Trott Reviewed-By: Luigi Pinca --- BUILDING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index 22d803c76a8518..a84236bc6c84da 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -250,7 +250,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 3.6, 3.7, 3.8, and 3.9 (see note above) macOS users can install the `Xcode Command Line Tools` by running