File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 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:
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 > |
Original file line number Diff line number Diff line change 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' ,
You can’t perform that action at this time.
0 commit comments