aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorVentero2014-08-14 19:37:45 +0200
committerMike McQuaid2014-08-14 20:19:13 +0100
commit285509b10cf23c15a6ef00f54f84f38957def852 (patch)
treef867f591558b5b4bde31f762c2e08ef53ef9794d /Library
parent1a0705f45a521450b7f26b5df9e8a3a27f1cad76 (diff)
downloadhomebrew-285509b10cf23c15a6ef00f54f84f38957def852.tar.bz2
mercury: Don't enable the .NET backend when building with mono.
The .NET IL backend is unsupported and does not build.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/mercury.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/mercury.rb b/Library/Formula/mercury.rb
index 92dd039de..a11d715ae 100644
--- a/Library/Formula/mercury.rb
+++ b/Library/Formula/mercury.rb
@@ -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