libvpx: use secure url in comment
This commit is contained in:
parent
2e6da93187
commit
4c81283892
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ class Libvpx < Formula
|
|||
args << "--enable-postproc-visualizer" if build.include? "visualizer"
|
||||
|
||||
# configure misdetects 32-bit 10.6
|
||||
# http://code.google.com/p/webm/issues/detail?id=401
|
||||
# https://code.google.com/p/webm/issues/detail?id=401
|
||||
if MacOS.version == "10.6" && Hardware.is_32_bit?
|
||||
args << "--target=x86-darwin10-gcc"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue