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