aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/bdw-gc.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/bdw-gc.rb b/Library/Formula/bdw-gc.rb
index 1721c012d..1b0bbc84c 100644
--- a/Library/Formula/bdw-gc.rb
+++ b/Library/Formula/bdw-gc.rb
@@ -30,7 +30,7 @@ class BdwGc < Formula
system "./configure", "--disable-debug",
"--disable-dependency-tracking",
- "--prefix=#{prefix}"
+ "--prefix=#{prefix}",
"--enable-cplusplus"
system "make"
system "make check"