treefrog: fix dependency order
This commit is contained in:
parent
02c9323fc5
commit
403f9f02cb
1 changed files with 1 additions and 1 deletions
|
@ -18,8 +18,8 @@ class Treefrog < Formula
|
|||
option "with-postgresql", "enable --with-postgresql option for Qt build"
|
||||
option "with-qt", "build and link with QtGui module"
|
||||
|
||||
depends_on :macos => :el_capitan
|
||||
depends_on :xcode => [:build, "8.0"]
|
||||
depends_on :macos => :el_capitan
|
||||
|
||||
qt_build_options = []
|
||||
qt_build_options << "with-mysql" if build.with?("mysql")
|
||||
|
|
Loading…
Reference in a new issue