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:
@@ -62,6 +62,7 @@ rec {
|
|||||||
];
|
];
|
||||||
mesonFlags = (args.mesonFlags or []) ++ [ "-Ddefault_library=static" ];
|
mesonFlags = (args.mesonFlags or []) ++ [ "-Ddefault_library=static" ];
|
||||||
});
|
});
|
||||||
|
static = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Modify a stdenv so that the specified attributes are added to
|
/* Modify a stdenv so that the specified attributes are added to
|
||||||
|
|||||||
Reference in New Issue
Block a user