Skip to content

Commit ead2d3f

Browse files
committed
build: remove unneeded windows check
Upon furthar investigation this Windows check is no longer needed now that we are using the MSYS2 environment. Signed-off-by: Brandon Capener <[email protected]>
1 parent 4037866 commit ead2d3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ want_examples = get_option('examples') and host_system != 'windows'
5959
want_docs = get_option('docs')
6060
want_docs_build = get_option('docs-build')
6161

62-
is_static = get_option('default_library') == 'static' and host_system != 'windows'
62+
is_static = get_option('default_library') == 'static'
6363

6464
feature_python = get_option('python')
6565
if not want_fabrics or feature_python.disabled()

0 commit comments

Comments
 (0)