one-ml: set safe-string=0 for OCaml 4.06.0 compat

This commit is contained in:
ilovezfs 2017-11-04 14:26:32 -07:00
parent fb92627b54
commit 71939739d4

View file

@ -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")