diff --git a/Library/Homebrew/extend/os/mac/extend/ENV/shared.rb b/Library/Homebrew/extend/os/mac/extend/ENV/shared.rb index 31299caf3e..a13761a8b3 100644 --- a/Library/Homebrew/extend/os/mac/extend/ENV/shared.rb +++ b/Library/Homebrew/extend/os/mac/extend/ENV/shared.rb @@ -28,7 +28,7 @@ module SharedEnvExtension def no_fixup_chains_support? return false if MacOS.version <= :catalina - # Note: `-version_details` is supported in Xcode 10.2 at the earliest. + # NOTE: `-version_details` is supported in Xcode 10.2 at the earliest. ld_version_details = JSON.parse(Utils.safe_popen_read("/usr/bin/ld", "-version_details")) ld_version = Version.parse(ld_version_details["version"])