Skip to content

Commit 99ee0cd

Browse files
committed
doc: restore minimum Xcode version for macOS
nodejs#36691 accidentally reverted the change to the minimum version of Xcode for macOS.
1 parent 4268fae commit 99ee0cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BUILDING.md

Lines changed: 1 addition & 1 deletion
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)