mesa: allow rusticl zink to find libvulkan (#488702)

This commit is contained in:
K900
2026-02-09 12:31:53 +00:00
committed by GitHub
+1 -1
View File
@@ -386,7 +386,7 @@ stdenv.mkDerivation {
jdupes --hard-links --link-soft --recurse "$out"
# add RPATH here so Zink can find libvulkan.so
patchelf --add-rpath ${vulkan-loader}/lib $out/lib/libgallium*.so
patchelf --add-rpath ${vulkan-loader}/lib $out/lib/libgallium*.so $opencl/lib/libRusticlOpenCL.so
'';
passthru = {