Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix libdir in tesseract.pc from CMake #4013

Merged
merged 1 commit into from
Feb 3, 2023
Merged

Commits on Feb 3, 2023

  1. 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.
    ferdnyc authored Feb 3, 2023
    Configuration menu
    Copy the full SHA
    5e116fa View commit details
    Browse the repository at this point in the history