mono: fix component order

This commit is contained in:
commitay 2018-09-21 14:21:51 +10:00
parent 37815c26e4
commit 12945e9be0

View file

@ -11,6 +11,13 @@ class Mono < Formula
sha256 "22551363ddcd90271af6bac89055ea7bfdf0647455b9ea0be355649dfc6e6e9a" => :el_capitan
end
option "without-fsharp", "Build without support for the F# language."
depends_on "cmake" => :build
depends_on "pkg-config" => :build
conflicts_with "xsd", :because => "both install `xsd` binaries"
# xbuild requires the .exe files inside the runtime directories to
# be executable
skip_clean "lib/mono"
@ -22,13 +29,6 @@ class Mono < Formula
link_overwrite "lib/mono"
link_overwrite "lib/cli"
option "without-fsharp", "Build without support for the F# language."
depends_on "cmake" => :build
depends_on "pkg-config" => :build
conflicts_with "xsd", :because => "both install `xsd` binaries"
resource "fsharp" do
url "https://github.com/fsharp/fsharp.git",
:tag => "10.0.2",