mercury: Don't enable the .NET backend when building with mono.

The .NET IL backend is unsupported and does not build.
This commit is contained in:
Ventero 2014-08-14 19:37:45 +02:00 committed by Mike McQuaid
parent 564f29f977
commit c8b056ee49

View file

@ -24,7 +24,7 @@ class Mercury < Formula
args << "--enable-erlang-grade" if build.with? "erlang"
args << "--with-hwloc" if build.with? "hwloc"
args << "--enable-dotnet-grades" << "--enable-csharp-grade" if build.with? "mono"
args << "--enable-csharp-grade" if build.with? "mono"
system "./configure", *args