diff options
| author | Libor Wagner | 2011-10-10 14:39:02 +0200 |
|---|---|---|
| committer | Jack Nagel | 2011-10-10 14:39:48 -0500 |
| commit | b3a41d30a0bd318dccf89a684983479c91ea4910 (patch) | |
| tree | 9b984d4a6a17c7821aec8e842ed8a0a15701ad60 /Library/Formula/multimarkdown.rb | |
| parent | a1b65c4cbae34eb64fccd5e6596481c73706b9a4 (diff) | |
| download | homebrew-b3a41d30a0bd318dccf89a684983479c91ea4910.tar.bz2 | |
multimarkdown: fix typo in CFLAGS
Closes #8048.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/multimarkdown.rb')
| -rw-r--r-- | Library/Formula/multimarkdown.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/multimarkdown.rb b/Library/Formula/multimarkdown.rb index 0359a5b1c..9d89b5e73 100644 --- a/Library/Formula/multimarkdown.rb +++ b/Library/Formula/multimarkdown.rb @@ -7,7 +7,7 @@ class Multimarkdown < Formula head 'https://github.com/fletcher/peg-multimarkdown.git', :branch => 'development' def install - ENV.append 'CFLAGS', '-include GlibFacade.h' + ENV.append 'CFLAGS', '-include GLibFacade.h' system "make" bin.install 'multimarkdown' bin.install Dir['Support/bin/*'] |
