Skip to content

Linux: Avoid finding libraries using lib64 on ArchLinux

FantasqueX requested to merge FantasqueX/cmake:arch-1 into master

ArchLinux uses /lib for 64-bit libraries and there is no /lib64. However, unlike Debian, 32-bit libraries are in /lib32.

Backport: release
Topic-rename: ArchLinux-lib-dir

Edited by Brad King

Merge request reports