meson.build: set default option default_library=static
For subprojects.
This commit is contained in:
@@ -7,6 +7,10 @@ project(
|
|||||||
'c_std=c99',
|
'c_std=c99',
|
||||||
'cpp_std=c++17',
|
'cpp_std=c++17',
|
||||||
'warning_level=3',
|
'warning_level=3',
|
||||||
|
|
||||||
|
# This is only here to build subprojects as static libraries; MPD
|
||||||
|
# itself doesn't ship any libraries.
|
||||||
|
'default_library=static',
|
||||||
],
|
],
|
||||||
license: 'GPLv2+',
|
license: 'GPLv2+',
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user