diff options
| -rw-r--r-- | Library/Formula/v8cgi.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/v8cgi.rb b/Library/Formula/v8cgi.rb index 7419eb1a7..1e985784a 100644 --- a/Library/Formula/v8cgi.rb +++ b/Library/Formula/v8cgi.rb @@ -29,7 +29,7 @@ class V8cgi < Formula args = ["config_file=#{conf}", "v8_path=#{v8_prefix}"] args << (ARGV.include? '--with-dom') ? 'dom=1' : 'dom=0' - args << (ARGV.include? '--with-gd') ? 'gd=1' :'gd=0' + args << (ARGV.include? '--with-gd') ? 'gd=1' : 'gd=0' args << (ARGV.include? '--with-sqlite') ? 'sqlite=1' : 'sqlite=0' system "scons", |
