Skip to content

Commit

Permalink
libjson-rpc-cpp: add missing dependency [Linux] (#9123)
Browse files Browse the repository at this point in the history
  • Loading branch information
xu-cheng authored and sjackman committed Aug 28, 2018
1 parent 6e13cda commit 01747a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Formula/libjson-rpc-cpp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ class LibjsonRpcCpp < Formula
depends_on "jsoncpp"
depends_on "libmicrohttpd"
depends_on "hiredis"
depends_on "curl" unless OS.mac?

def install
system "cmake", ".", *std_cmake_args
Expand Down

0 comments on commit 01747a3

Please sign in to comment.