ledit: 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 7f64c31566
commit 925ca60945

View file

@ -17,6 +17,8 @@ class Ledit < Formula
depends_on "camlp5"
def install
ENV["OCAMLPARAM"] = "safe-string=0,_" # OCaml 4.06.0 compat
# like camlp5, this build fails if the jobs are parallelized
ENV.deparallelize
args = %W[BINDIR=#{bin} LIBDIR=#{lib} MANDIR=#{man}]