Skip to content

Commit

Permalink
isl: use Formula[]
Browse files Browse the repository at this point in the history
  • Loading branch information
adamv committed Feb 27, 2014
1 parent 0961192 commit db2deac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/isl.rb
Expand Up @@ -35,7 +35,7 @@ def install
"--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"]
Expand Down

0 comments on commit db2deac

Please sign in to comment.