Skip to content
Snippets Groups Projects
Commit 30503ceb authored by Mike McQuaid's avatar Mike McQuaid
Browse files

Revert "detect_cxx_stdlibs: ignore executables."

This reverts commit 1cd636d368c66d1346adc1c38633c8f204c759f4.
parent 8589a065
No related branches found
No related tags found
No related merge requests found
......@@ -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?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment