cryptopp: build dylib (#2551)
This commit is contained in:
parent
36184dcdcf
commit
3bf1ff7347
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue