Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmake: Fix libdir value in pkgconfig file (ggerganov#2407)
Depending on the OS the lib dir can vary, on Fedora for instance it is "${prefix}/lib64". Instead of hard-coding the directory name, let CMake fill this variable for us.
- Loading branch information