simdjson: add support for pkgsStatic
This commit is contained in:
parent
1b7583ee8f
commit
bd627037b1
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
cmakeFlags = [
|
cmakeFlags = [
|
||||||
"-DSIMDJSON_JUST_LIBRARY=ON"
|
"-DSIMDJSON_JUST_LIBRARY=ON"
|
||||||
];
|
] ++ lib.optional stdenv.hostPlatform.isStatic "-DSIMDJSON_BUILD_STATIC=ON";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://simdjson.org/";
|
homepage = "https://simdjson.org/";
|
||||||
|
Loading…
Reference in New Issue
Block a user