We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7768ba2 commit 82d41dbCopy full SHA for 82d41db
mesonbuild/modules/features/utils.py
@@ -9,7 +9,7 @@
9
from .. import ModuleState
10
11
def get_compiler(state: 'ModuleState') -> 'Compiler':
12
- for_machine = MachineChoice.BUILD
+ for_machine = MachineChoice.HOST
13
clist = state.environment.coredata.compilers[for_machine]
14
for cstr in ('c', 'cpp'):
15
try:
0 commit comments