diff options
| author | Jack Nagel | 2014-08-09 17:48:46 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-08-09 17:50:55 -0500 |
| commit | 2a5218dacc4bc6ef574279d5ddf069c33b8b3802 (patch) | |
| tree | 8734d8a520ac1dad812b967f2e6a52aafc9d7ac7 /Library | |
| parent | 47a82b036e43e7119fb52123a908b3af8e3af76a (diff) | |
| download | brew-2a5218dacc4bc6ef574279d5ddf069c33b8b3802.tar.bz2 | |
Remove unnecessary lasgn
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/build.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/build.rb b/Library/Homebrew/build.rb index 8b50a3b68..03ff9dac8 100644 --- a/Library/Homebrew/build.rb +++ b/Library/Homebrew/build.rb @@ -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 |
