Skip to content

Commit 9f830f3

Browse files
committed
build: update minimum Xcode version for macOS
Update the minimum Xcode version for macOS to 10. We'll need this level to incorporate future V8 versions. Refs: #29493 PR-URL: #29622 Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com>
1 parent ac59dc4 commit 9f830f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

BUILDING.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ Depending on the host platform, the selection of toolchains may vary.
159159
| ---------------- | -------------------------------------------------------------- |
160160
| Linux | GCC >= 6.3 |
161161
| Windows | Visual Studio >= 2017 with the Windows 10 SDK on a 64-bit host |
162-
| macOS | Xcode >= 8 (Apple LLVM >= 8) |
162+
| macOS | Xcode >= 10 (Apple LLVM >= 10) |
163163

164164
### Official binary platforms and toolchains
165165

@@ -168,7 +168,7 @@ Binaries at <https://nodejs.org/download/release/> are produced on:
168168
| Binary package | Platform and Toolchain |
169169
| --------------------- | ------------------------------------------------------------------------ |
170170
| aix-ppc64 | AIX 7.1 TL05 on PPC64BE with GCC 6 |
171-
| darwin-x64 (and .pkg) | macOS 10.11, Xcode Command Line Tools 8 with -mmacosx-version-min=10.10 |
171+
| darwin-x64 (and .pkg) | macOS 10.11, Xcode Command Line Tools 10 with -mmacosx-version-min=10.10 |
172172
| linux-arm64 | CentOS 7 with devtoolset-6 / GCC 6 |
173173
| linux-armv7l | Cross-compiled on Ubuntu 16.04 x64 with [custom GCC toolchain](https://github.com/rvagg/rpi-newer-crosstools) |
174174
| linux-ppc64le | CentOS 7 with devtoolset-6 / GCC 6 <sup>[7](#fn7)</sup> |
@@ -257,7 +257,7 @@ FreeBSD and OpenBSD users may also need to install `libexecinfo`.
257257

258258
#### macOS prerequisites
259259

260-
* Xcode Command Line Tools >= 8 for macOS
260+
* Xcode Command Line Tools >= 10 for macOS
261261
* Python (see note above)
262262
* Python 2.7
263263
* Python 3.5, 3.6, and 3.7 are experimental.

0 commit comments

Comments
 (0)