Signal static build option in makeStaticLibraries

This flag can replace the extra static parameter to packages that
don't work automatically with this adapter.
This commit is contained in:
Tobias Mayer 2019-07-21 06:44:50 +02:00
parent a835adc10c
commit 3c12ae1d35

View file

@ -62,6 +62,7 @@ rec {
];
mesonFlags = (args.mesonFlags or []) ++ [ "-Ddefault_library=static" ];
});
static = true;
};
/* Modify a stdenv so that the specified attributes are added to