haxe: set safe-string=0 for OCaml 4.06.0 compat

This commit is contained in:
ilovezfs 2017-11-04 14:26:31 -07:00
parent 81578adda7
commit 7f64c31566

View file

@ -24,6 +24,8 @@ class Haxe < Formula
depends_on "pcre"
def install
ENV["OCAMLPARAM"] = "safe-string=0,_" # OCaml 4.06.0 compat
# Build requires targets to be built in specific order
ENV.deparallelize