diff options
| author | Jack Nagel | 2013-11-21 14:50:35 -0600 |
|---|---|---|
| committer | Jack Nagel | 2013-11-21 17:13:37 -0600 |
| commit | 3c4ca0f416c00c7ccb5709d138cda3b0ecc5b6ac (patch) | |
| tree | ea25a881a8e0524557f79bc311c771304f8d6fb1 /Library/Homebrew/extend | |
| parent | 652b68fd910928c01160cf73a7bddef74b28b5aa (diff) | |
| download | homebrew-3c4ca0f416c00c7ccb5709d138cda3b0ecc5b6ac.tar.bz2 | |
Remove comment
Diffstat (limited to 'Library/Homebrew/extend')
| -rw-r--r-- | Library/Homebrew/extend/ENV/super.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Homebrew/extend/ENV/super.rb b/Library/Homebrew/extend/ENV/super.rb index 1fb0b3abf..013b262de 100644 --- a/Library/Homebrew/extend/ENV/super.rb +++ b/Library/Homebrew/extend/ENV/super.rb @@ -163,7 +163,6 @@ module Superenv end def determine_cmake_frameworks_path - # XXX: keg_only_deps perhaps? but Qt does not link its Frameworks because of Ruby's Find.find ignoring symlinks!! paths = deps.map{|dep| "#{HOMEBREW_PREFIX}/opt/#{dep}/Frameworks" } paths << "#{MacOS.sdk_path}/System/Library/Frameworks" if MacOS::Xcode.without_clt? paths.to_path_s |
