Skip to content

Commit

Permalink
aws-sdk-cpp: build shared libraries
Browse files Browse the repository at this point in the history
Same fix as NixOS#79616
  • Loading branch information
worldofpeace committed Feb 9, 2020
1 parent d2c8675 commit 21b371b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/development/libraries/aws-sdk-cpp/default.nix
Expand Up @@ -35,6 +35,7 @@ stdenv.mkDerivation rec {
cmakeFlags = [
"-DBUILD_DEPS=OFF"
"-DCMAKE_SKIP_BUILD_RPATH=OFF"
"-DBUILD_SHARED_LIBS:BOOL=ON"
] ++ lib.optional (!customMemoryManagement) "-DCUSTOM_MEMORY_MANAGEMENT=0"
++ lib.optionals (stdenv.buildPlatform != stdenv.hostPlatform) [
"-DENABLE_TESTING=OFF"
Expand Down

0 comments on commit 21b371b

Please sign in to comment.