ssreflect: 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 1ef59f2dee
commit 6f38444819

View file

@ -41,6 +41,8 @@ class Ssreflect < Formula
patch :DATA
def install
ENV["OCAMLPARAM"] = "safe-string=0,_" # OCaml 4.06.0 compat
resource("coq84").stage do
system "./configure", "-prefix", libexec/"coq",
"-camlp5dir", Formula["camlp5"].opt_lib/"ocaml/camlp5",