diff options
Diffstat (limited to 'Library/Formula/qt.rb')
| -rw-r--r-- | Library/Formula/qt.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/qt.rb b/Library/Formula/qt.rb index d0ac5fb5f..67412ae5b 100644 --- a/Library/Formula/qt.rb +++ b/Library/Formula/qt.rb @@ -34,7 +34,7 @@ class Qt <Formula "-confirm-license", "-opensource", "-fast"] - # See: http://github.com/mxcl/homebrew/issues/issue/744 + # See: https://github.com/mxcl/homebrew/issues/issue/744 args << "-system-sqlite" if MACOS_VERSION <= 10.5 args << "-plugin-sql-mysql" if (HOMEBREW_CELLAR+"mysql").directory? @@ -85,7 +85,7 @@ class Qt <Formula # Some config scripts will only find Qt in a "Frameworks" folder # VirtualBox is an example of where this is needed - # See: http://github.com/mxcl/homebrew/issues/issue/745 + # See: https://github.com/mxcl/homebrew/issues/issue/745 cd prefix do ln_s lib, "Frameworks" end |
