diff options
| -rw-r--r-- | Library/Formula/protobuf-c.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Formula/protobuf-c.rb b/Library/Formula/protobuf-c.rb index 79cde04c5..0c4c9bd1a 100644 --- a/Library/Formula/protobuf-c.rb +++ b/Library/Formula/protobuf-c.rb @@ -11,10 +11,14 @@ class ProtobufC < Formula sha1 "b3990ecc09a996fef5a976f59a16ffb7e8d87ecb" => :lion end + option :universal + depends_on "pkg-config" => :build depends_on "protobuf" def install + ENV.universal_binary if build.universal? + system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}" system "make install" end |
