llvm: fix ocaml option
OPAM still suffers from https://github.com/ocaml/opam/issues/3007.
This commit is contained in:
parent
ee54d24bba
commit
566feba7b7
1 changed files with 2 additions and 1 deletions
|
@ -250,7 +250,8 @@ class Llvm < Formula
|
|||
ENV["OPAMROOT"] = Pathname.pwd/"opamroot"
|
||||
(Pathname.pwd/"opamroot").mkpath
|
||||
system "opam", "init", "--no-setup"
|
||||
system "opam", "install", "ocamlfind", "ctypes"
|
||||
system "opam", "config", "exec", "--",
|
||||
"opam", "install", "ocamlfind", "ctypes"
|
||||
system "opam", "config", "exec", "--",
|
||||
"cmake", "-G", "Unix Makefiles", buildpath, *(std_cmake_args + args)
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue