aws-c-event-stream: build shared libraries
This commit is contained in:
parent
3905d9baf6
commit
7addbecfe5
@ -16,6 +16,7 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [ aws-c-common aws-checksums ] ++ lib.optional stdenv.hostPlatform.isMusl libexecinfo;
|
||||
|
||||
cmakeFlags = [
|
||||
"-DBUILD_SHARED_LIBS:BOOL=ON"
|
||||
"-DCMAKE_MODULE_PATH=${aws-c-common}/lib/cmake"
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user