Commit 7b63c89
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 <zurabid2016@gmail.com>1 parent 3f36fee commit 7b63c89
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