Skip to content

Commit

Permalink
haxe: don't run opam update
Browse files Browse the repository at this point in the history
No longer needed now that the ptmap patch has been removed.
  • Loading branch information
ilovezfs committed Sep 17, 2017
1 parent 3c8c126 commit 5d4d34d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Formula/haxe.rb
Expand Up @@ -31,7 +31,6 @@ def install
ENV["OPAMROOT"] = buildpath/"opamroot"
ENV["OPAMYES"] = "1"
system "opam", "init", "--no-setup"
system "opam", "update"
system "opam", "config", "exec", "--", "opam", "install", "ocamlfind",
"sedlex", "xml-light", "extlib", "rope", "ptmap>2.0.1"
system "opam", "config", "exec", "--", "make", "ADD_REVISION=1"
Expand Down

0 comments on commit 5d4d34d

Please sign in to comment.