Skip to content

Commit 290c158

Browse files
targosgengjiawen
authored andcommitted
doc: update minimum supported Xcode to 11
The last version of Xcode 10 was released in 2019. Refs: nodejs/build#2445 PR-URL: #37872 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Ash Cripps <[email protected]> Reviewed-By: Shelley Vohr <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Jiawen Geng <[email protected]> Reviewed-By: Rod Vagg <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
1 parent 1ff2918 commit 290c158

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

BUILDING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ Depending on the host platform, the selection of toolchains may vary.
163163
| ---------------- | -------------------------------------------------------------- |
164164
| Linux | GCC >= 8.3 |
165165
| Windows | Visual Studio >= 2019 with the Windows 10 SDK on a 64-bit host |
166-
| macOS | Xcode >= 10 (Apple LLVM >= 10) |
166+
| macOS | Xcode >= 11 (Apple LLVM >= 11) |
167167

168168
### Official binary platforms and toolchains
169169

@@ -255,7 +255,7 @@ Python 3 users may also need to install `python3-distutils`.
255255

256256
#### macOS prerequisites
257257

258-
* Xcode Command Line Tools >= 10 for macOS
258+
* Xcode Command Line Tools >= 11 for macOS
259259
* Python (see note above)
260260
* Python 2.7
261261
* Python 3.5, 3.6, 3.7, and 3.8

0 commit comments

Comments
 (0)