aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/gmp.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/gmp.rb b/Library/Formula/gmp.rb
index 50b3ab042..d74a7804a 100644
--- a/Library/Formula/gmp.rb
+++ b/Library/Formula/gmp.rb
@@ -14,7 +14,7 @@ class Gmp < Formula
ENV.append 'ABI', '32'
end
- system "./configure --prefix=#{prefix} --enable-cxx"
+ system "./configure", "--prefix=#{prefix}", "--enable-cxx"
system "make"
system "make check"
ENV.deparallelize