Commit 704fed0
committed
meson.build: Do not hardcode default_library=static
During the build, the default library can be overridden via the
-Ddefault_library=type flag.
Presetting this key in meson.build makes life harder for distributions
which almost always want to build shared libraries. Those requiring
static libraries can always force that via the aforementioned flag.
Signed-off-by: Zurab Kvachadze <[email protected]>1 parent d9dccec commit 704fed0
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
| |||
0 commit comments