We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85eb44b commit a1c4970Copy full SHA for a1c4970
1 file changed
meson.build
@@ -59,7 +59,7 @@ want_examples = get_option('examples') and host_system != 'windows'
59
want_docs = get_option('docs')
60
want_docs_build = get_option('docs-build')
61
62
-is_static = get_option('default_library') == 'static' and host_system != 'windows'
+is_static = get_option('default_library') == 'static'
63
64
feature_python = get_option('python')
65
if not want_fabrics or feature_python.disabled()
0 commit comments