Skip to content
Snippets Groups Projects
Commit 2a5218da authored by Jack Nagel's avatar Jack Nagel
Browse files

Remove unnecessary lasgn

parent 47a82b03
No related branches found
No related tags found
No related merge requests found
......@@ -201,7 +201,7 @@ class Build
# of software installs an executable that links against libstdc++
# and dylibs against libc++, libc++-only dependencies can safely
# link against it.
stdlibs = keg.detect_cxx_stdlibs :skip_executables => true
keg.detect_cxx_stdlibs(:skip_executables => true)
end
def fixopt f
......
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