Skip to content

utils/_system_dirs: fix building m32 on Arch

clayton craft requested to merge update into master

On Arch, the */lib dir has m64 libs, and pkgconfig was being told to incorrectly search */lib before some */lib32 directories when building for m32

Merge request reports