Skip to content

Commit

Permalink
Merge pull request #106472 from Mic92/keystone
Browse files Browse the repository at this point in the history
keystone: also build shared library
  • Loading branch information
Mic92 committed Dec 10, 2020
2 parents ed98057 + bc8ef72 commit b054151
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkgs/development/libraries/keystone/default.nix
Expand Up @@ -16,6 +16,11 @@ stdenv.mkDerivation rec {
sha256 = "020d1l1aqb82g36l8lyfn2j8c660mm6sh1nl4haiykwgdl9xnxfa";
};

cmakeFlags = [
"-DBUILD_SHARED_LIBS=ON"
"-DCMAKE_INSTALL_LIBDIR=lib"
];

nativeBuildInputs = [
pkg-config
cmake
Expand Down

0 comments on commit b054151

Please sign in to comment.