We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17fafda commit c42881aCopy full SHA for c42881a
mesonbuild/dependencies/mpi.py
@@ -40,7 +40,7 @@ def mpi_factory(env: 'Environment',
40
return []
41
compiler_is_intel = compiler.get_id() in {'intel', 'intel-cl'}
42
43
- if DependencyMethods.CONFIG_TOOL in methods:
+ if DependencyMethods.CONFIG_TOOL in methods and not env.machines[for_machine].is_windows():
44
nwargs = kwargs.copy()
45
46
# We try the environment variables for the tools first, but then
0 commit comments