Skip to content

Commit edad53e

Browse files
AshCrippsAshCripps
AshCripps
authored and
AshCripps
committed
build: update macos deployment target to 10.13 for 14.x
Update the macos deployment target to 10.13 (High Sierra) for Node 14 refs: nodejs/build#2168
1 parent eeccd52 commit edad53e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

BUILDING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -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.15, Xcode Command Line Tools 11 with -mmacosx-version-min=10.10 |
171+
| darwin-x64 (and .pkg) | macOS 10.15, Xcode Command Line Tools 11 with -mmacosx-version-min=10.13 |
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> |

common.gypi

+1-1
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@
430430
'GCC_ENABLE_CPP_RTTI': 'NO', # -fno-rtti
431431
'GCC_ENABLE_PASCAL_STRINGS': 'NO', # No -mpascal-strings
432432
'PREBINDING': 'NO', # No -Wl,-prebind
433-
'MACOSX_DEPLOYMENT_TARGET': '10.10', # -mmacosx-version-min=10.10
433+
'MACOSX_DEPLOYMENT_TARGET': '10.13', # -mmacosx-version-min=10.13
434434
'USE_HEADERMAP': 'NO',
435435
'OTHER_CFLAGS': [
436436
'-fno-strict-aliasing',

0 commit comments

Comments
 (0)