aws-checksums: build shared libraries
This commit is contained in:
parent
17c9b7912e
commit
3905d9baf6
@ -13,6 +13,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
nativeBuildInputs = [ cmake ];
|
||||
|
||||
cmakeFlags = [ "-DBUILD_SHARED_LIBS:BOOL=ON" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "HW accelerated CRC32c and CRC32";
|
||||
homepage = https://github.com/awslabs/aws-checksums;
|
||||
|
Loading…
Reference in New Issue
Block a user