ledit: set safe-string=0 for OCaml 4.06.0 compat
This commit is contained in:
parent
7f64c31566
commit
925ca60945
1 changed files with 2 additions and 0 deletions
|
@ -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}]
|
||||
|
|
Loading…
Reference in a new issue