aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/multimarkdown.rb2
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/*']