multimarkdown: fix typo in CFLAGS

Closes Homebrew/homebrew#8048.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
master
Libor Wagner 2011-10-10 14:39:02 +02:00 committed by Jack Nagel
parent ca38ec7138
commit 590de275a8
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ class Multimarkdown < Formula
head 'https://github.com/fletcher/peg-multimarkdown.git', :branch => 'development' head 'https://github.com/fletcher/peg-multimarkdown.git', :branch => 'development'
def install def install
ENV.append 'CFLAGS', '-include GlibFacade.h' ENV.append 'CFLAGS', '-include GLibFacade.h'
system "make" system "make"
bin.install 'multimarkdown' bin.install 'multimarkdown'
bin.install Dir['Support/bin/*'] bin.install Dir['Support/bin/*']