this repo has no description
1
fork

Configure Feed

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

Merge pull request #236 from X0rg/master

Fix OpenSSL libraries path

authored by

Andrew Hyatt and committed by
GitHub
164a266e b7dcc5fb

+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 ()