openAVproductions / openAV-Fabla2

The repository of the Fabla2 sampler by OpenAV. http://openavproductions.com/fabla2
GNU General Public License v2.0
54 stars 13 forks source link

Allow for installing into lib64 directory. #84

Closed hrittich closed 1 month ago

hrittich commented 1 month ago

The CMake file currently hard codes to install into the $PREFIX/lib directory. Some distributions, however, require to install into the $PREFIX/lib64 directory. I would suggest to use the GNUInstallDirs CMake package to make LIBDIR configurable.

hrittich commented 1 month ago

If there are no objections, I would create a PR to suggest an implementation.