Skip to content

Commit 82ecdd0

Browse files
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 432c1ec commit 82ecdd0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

meson.build

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ project(
55
default_options: [
66
'c_std=gnu11,c11',
77
'warning_level=3',
8-
'default_library=static',
98
],
109
license: 'MIT',
1110
license_files: 'LICENSE',

0 commit comments

Comments
 (0)