Updated outdated comment

This commit is contained in:
Jack Nagel 2015-06-27 20:04:45 -04:00
parent 929fd12650
commit 0f745872df

View File

@ -68,8 +68,7 @@ class Keg
end
# Detects the C++ dynamic libraries in place, scanning the dynamic links
# of the files within the keg. This searches only libs contained within
# lib/, and ignores binaries and other mach-o objects
# of the files within the keg.
# Note that this doesn't attempt to distinguish between libstdc++ versions,
# for instance between Apple libstdc++ and GNU libstdc++
def detect_cxx_stdlibs(options={})