diff options
| author | Adam Vandenberg | 2011-04-18 10:33:37 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2011-04-18 10:33:37 -0700 |
| commit | a3cec7e5155a9d565d105459d6ff6293eac7c4d1 (patch) | |
| tree | 12e28b793c4767be8346325cda5972091d6fa279 | |
| parent | 637e8a1a3e61cbdcc78440f5aa3a2a63a6019d35 (diff) | |
| download | homebrew-a3cec7e5155a9d565d105459d6ff6293eac7c4d1.tar.bz2 | |
Edit keg-only message
| -rwxr-xr-x | Library/Homebrew/install.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/install.rb b/Library/Homebrew/install.rb index 99624933d..07584d3dd 100755 --- a/Library/Homebrew/install.rb +++ b/Library/Homebrew/install.rb @@ -11,8 +11,8 @@ Generally there are no consequences of this for you. If you build your own software and it requires this formula, you'll need to add its lib & include paths to your build variables: - LDFLAGS="$LDFLAGS #{f.lib}" - CPPFLAGS="$CPPFLAGS #{f.include}" + LDFLAGS: -L#{f.lib} + CPPFLAGS: -I#{f.include} EOS end |
