aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
authorJack Nagel2013-11-21 14:50:35 -0600
committerJack Nagel2013-11-21 17:13:37 -0600
commitf89c8bbaf9e65e81a5575669db3bafddeccf1c8f (patch)
tree898c2a6e88a189a74a94a9f59757f1def74c17cc /Library/Homebrew
parent95843206688ce99ef3d655699812d363b5b561a7 (diff)
downloadbrew-f89c8bbaf9e65e81a5575669db3bafddeccf1c8f.tar.bz2
Remove comment
Diffstat (limited to 'Library/Homebrew')
-rw-r--r--Library/Homebrew/extend/ENV/super.rb1
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