neko: fix dependency order
This commit is contained in:
parent
200ae4606a
commit
c6dc25c6f2
1 changed files with 2 additions and 2 deletions
|
@ -16,10 +16,10 @@ class Neko < Formula
|
|||
depends_on "cmake" => :build
|
||||
depends_on "ninja" => :build
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "mbedtls"
|
||||
depends_on "bdw-gc"
|
||||
depends_on "pcre"
|
||||
depends_on "mbedtls"
|
||||
depends_on "openssl"
|
||||
depends_on "pcre"
|
||||
|
||||
def install
|
||||
# Let cmake download its own copy of MariaDBConnector during build and statically link it.
|
||||
|
|
Loading…
Reference in a new issue