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:
parent
564f29f977
commit
c8b056ee49
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue