Skip to content

Commit 767643f

Browse files
committed
doc: restore minimum Xcode version for macOS
#36691 accidentally reverted the change to the minimum version of Xcode for macOS. PR-URL: #38266 Refs: 4268fae#r49622017 Refs: #37872 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Beth Griggs <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 049b703 commit 767643f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BUILDING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ Python 3 users may also need to install `python3-distutils`.
250250

251251
#### macOS prerequisites
252252

253-
* Xcode Command Line Tools >= 10 for macOS
253+
* Xcode Command Line Tools >= 11 for macOS
254254
* Python 3.6, 3.7, 3.8, and 3.9 (see note above)
255255

256256
macOS users can install the `Xcode Command Line Tools` by running

0 commit comments

Comments
 (0)