solus-project / ypkg

Modern, declarative, structured build format
https://solus-project.com/
GNU General Public License v3.0
56 stars 20 forks source link

Add CMAKE_INSTALL_LIBDIR to cmake macros #57

Open kyrios123 opened 6 years ago

kyrios123 commented 6 years ago

Because it's getting more and more common and in some packages we currently use -DCMAKE_INSTALL_LIBDIR=%libdir% instead of -DCMAKE_INSTALL_LIBDIR=lib%LIBSUFFIX% and this may cause problems like wrong pkgconfig.

Signed-off-by: Pierre-Yves pyu@riseup.net