keystone: also build shared library
This commit is contained in:
parent
5795fdf0d4
commit
bc8ef72640
@ -16,6 +16,11 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "020d1l1aqb82g36l8lyfn2j8c660mm6sh1nl4haiykwgdl9xnxfa";
|
||||
};
|
||||
|
||||
cmakeFlags = [
|
||||
"-DBUILD_SHARED_LIBS=ON"
|
||||
"-DCMAKE_INSTALL_LIBDIR=lib"
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
pkg-config
|
||||
cmake
|
||||
|
Loading…
Reference in New Issue
Block a user