spirv: fix racy build

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reported-by: Ki'sak
Acked-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33769>
This commit is contained in:
Lionel Landwerlin
2025-02-26 16:38:37 +02:00
committed by Marge Bot
parent 8a64eee4d7
commit b72c772f83
+1
View File
@@ -62,6 +62,7 @@ libvtn = static_library(
idep_vtn = declare_dependency(
dependencies : [dep_spirv_tools, idep_nir, idep_mesautil],
link_with : libvtn,
sources : [spirv_info_h],
)
spirv2nir = executable(