meson.build: set default option default_library=static
For subprojects.
This commit is contained in:
parent
0cefb61a2e
commit
759f4231d2
|
@ -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+',
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue