rust: remove :run.
This commit is contained in:
parent
b26dba9f71
commit
e2963d7690
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ class Rust < Formula
|
|||
option "with-racer", "Build Racer code completion tool, and retain Rust sources."
|
||||
|
||||
depends_on "cmake" => :build
|
||||
depends_on "pkg-config" => :run
|
||||
depends_on "pkg-config"
|
||||
depends_on "llvm" => :optional
|
||||
depends_on "openssl"
|
||||
depends_on "libssh2"
|
||||
|
|
Loading…
Reference in a new issue