ENV.j1 is required for me

This commit is contained in:
Max Howell 2009-11-05 22:22:59 +00:00
parent 613bd67c30
commit 287f54198a

View file

@ -32,6 +32,9 @@ class GambitScheme <Formula
system "./configure", *configure_args
system "make check" if ARGV.include? '--with-check'
ENV.j1
system "make"
system "make install"
end
end