cryptopp: build dylib (#2551)

This commit is contained in:
Tim D. Smith 2016-07-02 23:47:44 -07:00 committed by GitHub
parent 36184dcdcf
commit 3bf1ff7347

View file

@ -14,7 +14,8 @@ class Cryptopp < Formula
def install
ENV.cxx11 if build.cxx11?
system "make", "CXX=#{ENV.cxx}"
system "make", "shared", "all", "CXX=#{ENV.cxx}"
system "./cryptest.exe", "v"
system "make", "install", "PREFIX=#{prefix}"
end