Commit 759f4231 authored by Max Kellermann's avatar Max Kellermann

meson.build: set default option default_library=static

For subprojects.
parent 0cefb61a
......@@ -7,6 +7,10 @@ project(
'c_std=c99',
'cpp_std=c++17',
'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+',
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment