diff options
Diffstat (limited to 'Library/Homebrew/extend/os/mac/hardware/cpu.rb')
| -rw-r--r-- | Library/Homebrew/extend/os/mac/hardware/cpu.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/extend/os/mac/hardware/cpu.rb b/Library/Homebrew/extend/os/mac/hardware/cpu.rb index f759895c7..f180995fb 100644 --- a/Library/Homebrew/extend/os/mac/hardware/cpu.rb +++ b/Library/Homebrew/extend/os/mac/hardware/cpu.rb @@ -102,7 +102,7 @@ module Hardware # Amazingly, this order (64, then 32) matters. It shouldn't, but it # does. GCC (some versions? some systems?) can blow up if the other # order is used. - # http://superuser.com/questions/740563/gcc-4-8-on-macos-fails-depending-on-arch-order + # https://superuser.com/questions/740563/gcc-4-8-on-macos-fails-depending-on-arch-order [arch_64_bit, arch_32_bit].extend ArchitectureListExtension end end |
