Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix libdir in tesseract.pc from CMake
tesseract.pc.cmake was hardcoding libdir to `{prefix}/lib`, which is wrong for systems that use `/usr/lib64/` on 64-bit. `CMAKE_INSTALL_LIBDIR` is already expected to contain the libdir path relative to the install prefix.
- Loading branch information