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 = [
|
||||
"shared_lib"
|
||||
"static_lib"
|
||||
];
|
||||
|
||||
installFlags = [
|
||||
"install-shared"
|
||||
"install-static"
|
||||
"INSTALL_PATH=\${out}"
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in New Issue