minizinc: fix dependency order

This commit is contained in:
commitay 2018-09-18 08:11:02 +10:00
parent ee6c49f00b
commit bf6035a5dc

View file

@ -13,8 +13,8 @@ class Minizinc < Formula
sha256 "806dfb571c83b5ad4028098455ac5e277c5c0437cddbbd50e5dd2c54b87ac19c" => :el_capitan
end
depends_on :arch => :x86_64
depends_on "cmake" => :build
depends_on :arch => :x86_64
def install
mkdir "build" do