Merge pull request #106472 from Mic92/keystone

keystone: also build shared library
This commit is contained in:
Jörg Thalheim 2020-12-10 05:45:04 +00:00 committed by GitHub
commit b0541511d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,11 @@ stdenv.mkDerivation rec {
sha256 = "020d1l1aqb82g36l8lyfn2j8c660mm6sh1nl4haiykwgdl9xnxfa";
};
cmakeFlags = [
"-DBUILD_SHARED_LIBS=ON"
"-DCMAKE_INSTALL_LIBDIR=lib"
];
nativeBuildInputs = [
pkg-config
cmake