aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/mcpp.rb
diff options
context:
space:
mode:
authormkroehnert2010-11-25 06:53:26 -0800
committerDavid Höppner2010-11-25 20:51:42 +0100
commite23d652a610686dca8108c626409655f71523934 (patch)
treeda026321736f4ecddc7006f868d9d73eb8898180 /Library/Formula/mcpp.rb
parent551cfe90275b50579fa104f0e6ea1abe4602fe82 (diff)
downloadhomebrew-e23d652a610686dca8108c626409655f71523934.tar.bz2
mcpp.rb: also build the shared library
Signed-off-by: David Höppner <0xffea@gmail.com>
Diffstat (limited to 'Library/Formula/mcpp.rb')
-rw-r--r--Library/Formula/mcpp.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/mcpp.rb b/Library/Formula/mcpp.rb
index 5abb24aaa..1d9e1db7b 100644
--- a/Library/Formula/mcpp.rb
+++ b/Library/Formula/mcpp.rb
@@ -7,7 +7,7 @@ class Mcpp <Formula
def install
system "./configure", "--disable-debug", "--disable-dependency-tracking",
- "--prefix=#{prefix}"
+ "--prefix=#{prefix}", "--enable-mcpplib"
system "make install"
end