File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ Binaries at <https://nodejs.org/download/release/> are produced on:
168
168
| Binary package | Platform and Toolchain |
169
169
| --------------------- | ------------------------------------------------------------------------ |
170
170
| 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 |
172
172
| linux-arm64 | CentOS 7 with devtoolset-6 / GCC 6 |
173
173
| linux-armv7l | Cross-compiled on Ubuntu 16.04 x64 with [ custom GCC toolchain] ( https://github.com/rvagg/rpi-newer-crosstools ) |
174
174
| linux-ppc64le | CentOS 7 with devtoolset-6 / GCC 6 <sup >[ 7] ( #fn7 ) </sup > |
Original file line number Diff line number Diff line change 430
430
'GCC_ENABLE_CPP_RTTI' : 'NO' , # -fno-rtti
431
431
'GCC_ENABLE_PASCAL_STRINGS' : 'NO' , # No -mpascal-strings
432
432
'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
434
434
'USE_HEADERMAP' : 'NO' ,
435
435
'OTHER_CFLAGS' : [
436
436
'-fno-strict-aliasing' ,
You can’t perform that action at this time.
0 commit comments