this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Avoid lib64 use on ArchLinux

Xorg 932d9163 51c8004f

+4 -2
+4 -2
Toolchain-x86_64.cmake
··· 7 7 8 8 if (EXISTS "/etc/debian_version") 9 9 SET (CMAKE_INSTALL_LIBDIR "lib/x86_64-linux-gnu") 10 - else (EXISTS "/etc/debian_version") 10 + elseif (EXISTS "/etc/arch-release") 11 + SET (CMAKE_INSTALL_LIBDIR "lib") 12 + else () 11 13 SET (CMAKE_INSTALL_LIBDIR "lib64") 12 - endif (EXISTS "/etc/debian_version") 14 + endif ()