diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/capnp.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/capnp.rb b/Library/Formula/capnp.rb index 6a924e468..3e434862f 100644 --- a/Library/Formula/capnp.rb +++ b/Library/Formula/capnp.rb @@ -5,6 +5,13 @@ class Capnp < Formula url 'http://capnproto.org/capnproto-c++-0.4.1.tar.gz' sha1 '18ce1a404c2bf68e6625e44927bfe6b67186cb15' + bottle do + cellar :any + sha1 "e980920f619a0682b1335550844b065894ed43ac" => :yosemite + sha1 "37a57c4a451723d7aa63dce453d35c65dce38a6e" => :mavericks + sha1 "8d7cc81fe1e7356eea9b422cc59ecbb1cef8f808" => :mountain_lion + end + needs :cxx11 option 'without-shared', 'Disable building shared library variant' |
