rocksdb: build also static lib for rocksdb-haskell
This commit is contained in:
parent
dec91d3b19
commit
8b9ced0181
@ -37,10 +37,12 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildFlags = [
|
buildFlags = [
|
||||||
"shared_lib"
|
"shared_lib"
|
||||||
|
"static_lib"
|
||||||
];
|
];
|
||||||
|
|
||||||
installFlags = [
|
installFlags = [
|
||||||
"install-shared"
|
"install-shared"
|
||||||
|
"install-static"
|
||||||
"INSTALL_PATH=\${out}"
|
"INSTALL_PATH=\${out}"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user