aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2014-01-08 07:33:32 +0000
committerMike McQuaid2014-01-08 07:33:32 +0000
commitb4055243ee22a1e325e4e85f5429c73b233c70c1 (patch)
tree1271ee83df3f9c6499077c92de32ec55d4e3f1db /Library
parent9b94e75d999ef0af24f3a46da30b20a8438e5968 (diff)
downloadhomebrew-b4055243ee22a1e325e4e85f5429c73b233c70c1.tar.bz2
Revert "detect_cxx_stdlibs: ignore executables."
This reverts commit 1cd636d368c66d1346adc1c38633c8f204c759f4.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/keg_fix_install_names.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Homebrew/keg_fix_install_names.rb b/Library/Homebrew/keg_fix_install_names.rb
index 80309d6cf..3fc827bf5 100644
--- a/Library/Homebrew/keg_fix_install_names.rb
+++ b/Library/Homebrew/keg_fix_install_names.rb
@@ -70,7 +70,6 @@ class Keg
results = Set.new
mach_o_files.each do |file|
- next if file.mach_o_executable?
dylibs = file.dynamically_linked_libraries
results << :libcxx unless dylibs.grep(/libc\+\+.+\.dylib/).empty?
results << :libstdcxx unless dylibs.grep(/libstdc\+\+.+\.dylib/).empty?