From f89c8bbaf9e65e81a5575669db3bafddeccf1c8f Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Thu, 21 Nov 2013 14:50:35 -0600 Subject: Remove comment --- Library/Homebrew/extend/ENV/super.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'Library/Homebrew/extend') 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 -- cgit v1.2.3