diff --git a/.pick_status.json b/.pick_status.json index 8c5a8a3c787..0d589bfc849 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -45490,7 +45490,7 @@ "description": "microsoft/clc: Don't build compiler test if build-tests is false", "nominated": true, "nomination_type": 0, - "resolution": 0, + "resolution": 1, "main_sha": null, "because_sha": null }, diff --git a/src/microsoft/clc/meson.build b/src/microsoft/clc/meson.build index 8e6e77e7c73..4d618c1c953 100644 --- a/src/microsoft/clc/meson.build +++ b/src/microsoft/clc/meson.build @@ -34,7 +34,7 @@ libclc_compiler = shared_library( name_prefix : '' # otherwise mingw will create libclon12compiler.dll ) -if dep_dxheaders.found() and host_machine.system() == 'windows' +if dep_dxheaders.found() and host_machine.system() == 'windows' and with_tests clc_compiler_test = executable('clc_compiler_test', ['clc_compiler_test.cpp', 'compute_test.cpp'], link_with : [libclc_compiler],