Skip to content

Commit

Permalink
nng: build with BUILD_SHARED_LIBS=ON
Browse files Browse the repository at this point in the history
  • Loading branch information
theverygaming committed Dec 31, 2024
1 parent 4160c78 commit 50807e9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pkgs/by-name/nn/nng/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ stdenv.mkDerivation rec {
buildInputs = lib.optionals mbedtlsSupport [ mbedtls ];

cmakeFlags =
[ "-G Ninja" ]
[
"-G Ninja"
"-DBUILD_SHARED_LIBS=ON"
]
++ lib.optionals mbedtlsSupport [
"-DMBEDTLS_ROOT_DIR=${mbedtls}"
"-DNNG_ENABLE_TLS=ON"
Expand Down

0 comments on commit 50807e9

Please sign in to comment.