diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/id3v2.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/id3v2.rb b/Library/Formula/id3v2.rb index 435e746f3..62f232772 100644 --- a/Library/Formula/id3v2.rb +++ b/Library/Formula/id3v2.rb @@ -8,7 +8,7 @@ class Id3v2 <Formula depends_on 'id3lib' def install - inreplace 'Makefile', 'c++', '' + inreplace 'Makefile', 'c++', ENV.cxx inreplace 'Makefile', '/man/man1', '/share/man/man1' bin.mkpath |
