diff options
| author | Mike McQuaid | 2017-03-15 15:11:35 +0000 |
|---|---|---|
| committer | GitHub | 2017-03-15 15:11:35 +0000 |
| commit | 4d88cc4c41113be2d5bf11c11fa671c763705a64 (patch) | |
| tree | 211ee881e9c83a82587da853581c91192661bcfd /Library/Homebrew/extend | |
| parent | e9e6dcf8930395e4284bbab07b500dd7cb5e5fe5 (diff) | |
| parent | cc8f029f222a618eb30b585ccb22efcce1e5cf91 (diff) | |
| download | brew-4d88cc4c41113be2d5bf11c11fa671c763705a64.tar.bz2 | |
Merge pull request #2326 from vszakats/sprot
secure urls + remove -k from in-doc curl command
Diffstat (limited to 'Library/Homebrew/extend')
| -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 |
