summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/intel/vulkan/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intel/vulkan/meson.build b/src/intel/vulkan/meson.build
index ff24e304ef5..debdcce4ef2 100644
--- a/src/intel/vulkan/meson.build
+++ b/src/intel/vulkan/meson.build
@@ -38,7 +38,7 @@ anv_extensions_c = custom_target(
intel_icd = custom_target(
'intel_icd',
input : 'anv_icd.py',
- output : 'intel_icd.@[email protected]'.format(target_machine.cpu()),
+ output : 'intel_icd.@[email protected]'.format(host_machine.cpu()),
command : [prog_python2, '@INPUT@',
'--lib-path', join_paths(get_option('prefix'), get_option('libdir')),
'--out', '@OUTPUT@'],