quantlib: fix dependency order

This commit is contained in:
commitay 2018-09-18 11:42:22 +10:00
parent 380734fa1f
commit d06920ee7e

View file

@ -15,8 +15,8 @@ class Quantlib < Formula
head do
url "https://github.com/lballabio/quantlib.git"
depends_on "automake" => :build
depends_on "autoconf" => :build
depends_on "automake" => :build
depends_on "libtool" => :build
end