Skip to content

clc: Fix compilation on Windows

Luca Bacci requested to merge lb90/mesa:fix-compilation-windows into main

What does this MR do and why?

I get compilation errors on Windows due to dladdr not being available. Fix the error by guarding code with HAVE_DLADDR as already done in src/util/disk_cache.h, then add an analogous implementation for Windows.

Edited by Luca Bacci

Merge request reports

Loading