mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
static: set default_library flag for meson in makeStaticLibrary
Adds support for building static libraries with meson.
This commit is contained in:
parent
7c7ccd51f4
commit
fea2422398
@ -60,6 +60,7 @@ rec {
|
||||
"--enable-static"
|
||||
"--disable-shared"
|
||||
];
|
||||
mesonFlags = (args.mesonFlags or []) ++ [ "-Ddefault_library=static" ];
|
||||
});
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user