We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3afb48e commit 01d38f4Copy full SHA for 01d38f4
1 file changed
meson.build
@@ -55,7 +55,7 @@ want_fabrics = get_option('fabrics').disabled() == false and host_system != 'win
55
want_mi = get_option('mi').disabled() == false and host_system != 'windows'
56
want_json_c = get_option('json-c').disabled() == false and want_fabrics
57
want_libkmod = get_option('libkmod').disabled() == false and host_system != 'windows'
58
-want_tests = get_option('tests') and host_system != 'windows'
+want_tests = get_option('tests')
59
want_examples = get_option('examples') and host_system != 'windows'
60
want_docs = get_option('docs')
61
want_docs_build = get_option('docs-build')
0 commit comments