opam: building with aspcud requires C++11 support
Closes Homebrew/homebrew#26414
This commit is contained in:
parent
2f6267635e
commit
15a504e7db
1 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,10 @@ class Opam < Formula
|
|||
depends_on "objective-caml"
|
||||
depends_on "aspcud" => :recommended
|
||||
|
||||
if build.with? "aspcud"
|
||||
needs :cxx11
|
||||
end
|
||||
|
||||
def install
|
||||
ENV.deparallelize
|
||||
# Set TERM to workaround bug in ocp-build (ocaml/opam#1038)
|
||||
|
|
Loading…
Reference in a new issue