isl: use Formula[]
This commit is contained in:
parent
0961192abf
commit
db2deac059
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ class Isl < Formula
|
|||
"--disable-silent-rules",
|
||||
"--prefix=#{prefix}",
|
||||
"--with-gmp=system",
|
||||
"--with-gmp-prefix=#{Formula.factory("gmp").opt_prefix}"
|
||||
"--with-gmp-prefix=#{Formula["gmp"].opt_prefix}"
|
||||
system "make"
|
||||
system "make", "install"
|
||||
(share/"gdb/auto-load").install Dir["#{lib}/*-gdb.py"]
|
||||
|
|
Loading…
Reference in a new issue