Merge pull request #27998 from davidak/macOS

replace "Mac OS X" and "OS X" with "macOS"
This commit is contained in:
Domen Kožar
2017-08-11 13:01:36 +02:00
committed by GitHub
62 changed files with 82 additions and 82 deletions
@@ -1,4 +1,4 @@
# On Mac OS X, binaries refer to dynamic library dependencies using
# On macOS, binaries refer to dynamic library dependencies using
# either relative paths (e.g. "libicudata.dylib", searched relative to
# $DYLD_LIBRARY_PATH) or absolute paths
# (e.g. "/nix/store/.../lib/libicudata.dylib"). In Nix, the latter is
@@ -1,4 +1,4 @@
# On Mac OS X, frameworks are linked to the system CoreFoundation but
# On macOS, frameworks are linked to the system CoreFoundation but
# dynamic libraries built with nix use a pure version of CF this
# causes segfaults for binaries that depend on it at runtime. This
# can be solved in two ways.