zero-install: set safe-string=0 for OCaml 4.06.0 compat
This commit is contained in:
parent
943cfcfc83
commit
8b1f3ada18
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ class ZeroInstall < Formula
|
|||
depends_on "gtk+" => :optional
|
||||
|
||||
def install
|
||||
ENV["OCAMLPARAM"] = "safe-string=0,_" # OCaml 4.06.0 compat
|
||||
ENV.append_path "PATH", Formula["gnupg"].opt_bin
|
||||
|
||||
opamroot = buildpath/"opamroot"
|
||||
|
|
Loading…
Reference in a new issue