diff --git a/src/microsoft/clc/meson.build b/src/microsoft/clc/meson.build index d22485830c6..d4a1553e6df 100644 --- a/src/microsoft/clc/meson.build +++ b/src/microsoft/clc/meson.build @@ -50,7 +50,7 @@ files_libclc_compiler = files( libclc_compiler = shared_library( 'clglon12compiler', - [files_libclc_compiler], + [files_libclc_compiler, sha1_h], opencl_c_h, opencl_c_base_h, vs_module_defs : 'clglon12compiler.def',