Skip to content

Commit

Permalink
multimarkdown: fix typo in CFLAGS
Browse files Browse the repository at this point in the history
Closes Homebrew#8048.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
  • Loading branch information
liborw authored and jacknagel committed Oct 10, 2011
1 parent a1b65c4 commit b3a41d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Formula/multimarkdown.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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/*']
Expand Down

0 comments on commit b3a41d3

Please sign in to comment.