diff --git a/.pick_status.json b/.pick_status.json index 2ab59081bd1..b5a055cab87 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -211,7 +211,7 @@ "description": "d3d12/dzn/spirv2dxil: Require version library", "nominated": true, "nomination_type": 1, - "resolution": 0, + "resolution": 1, "main_sha": null, "because_sha": "b8328c9664ed3f11924be37a243464236812a3a2" }, diff --git a/meson.build b/meson.build index 829d7908c2d..1d281dadbc9 100644 --- a/meson.build +++ b/meson.build @@ -1884,7 +1884,7 @@ endif # Be explicit about only using this lib on Windows, to avoid picking # up random libs with the generic name 'libversion' dep_version = null_dep -if with_opencl_spirv and host_machine.system() == 'windows' +if host_machine.system() == 'windows' dep_version = cpp.find_library('version') endif