Remove unnecessary lasgn
This commit is contained in:
parent
47a82b036e
commit
2a5218dacc
@ -201,7 +201,7 @@ class Build
|
|||||||
# of software installs an executable that links against libstdc++
|
# of software installs an executable that links against libstdc++
|
||||||
# and dylibs against libc++, libc++-only dependencies can safely
|
# and dylibs against libc++, libc++-only dependencies can safely
|
||||||
# link against it.
|
# link against it.
|
||||||
stdlibs = keg.detect_cxx_stdlibs :skip_executables => true
|
keg.detect_cxx_stdlibs(:skip_executables => true)
|
||||||
end
|
end
|
||||||
|
|
||||||
def fixopt f
|
def fixopt f
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user