diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/scheme48.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/scheme48.rb b/Library/Formula/scheme48.rb index 621ac1f2c..5ab5ca229 100644 --- a/Library/Formula/scheme48.rb +++ b/Library/Formula/scheme48.rb @@ -11,7 +11,7 @@ class Scheme48 < Formula def install ENV.O0 if ENV.compiler == :clang ENV.deparallelize - system "./configure" "--prefix=#{prefix}", "--enable-gc=bibop" + system "./configure", "--prefix=#{prefix}", "--enable-gc=bibop" system "make" system "make install" end |
