one-ml: set safe-string=0 for OCaml 4.06.0 compat
This commit is contained in:
parent
fb92627b54
commit
71939739d4
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@ class OneMl < Formula
|
|||
depends_on "ocaml" => :build
|
||||
|
||||
def install
|
||||
ENV["OCAMLPARAM"] = "safe-string=0,_" # OCaml 4.06.0 compat
|
||||
|
||||
system "make"
|
||||
bin.install "1ml"
|
||||
(pkgshare/"stdlib").install Dir.glob("*.1ml")
|
||||
|
|
Loading…
Reference in a new issue