ttyd: fix dependency order
This commit is contained in:
parent
1f1ce13651
commit
a23e0063a1
1 changed files with 1 additions and 1 deletions
|
@ -15,9 +15,9 @@ class Ttyd < Formula
|
|||
|
||||
depends_on "cmake" => :build
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "openssl"
|
||||
depends_on "json-c"
|
||||
depends_on "libwebsockets"
|
||||
depends_on "openssl"
|
||||
|
||||
def install
|
||||
cmake_args = std_cmake_args + ["-DOPENSSL_ROOT_DIR=#{Formula["openssl"].opt_prefix}"]
|
||||
|
|
Loading…
Reference in a new issue