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 pkgconfig libdir #3150

Open
wants to merge 2 commits into
base: fixes
Choose a base branch
from

Commits on Oct 31, 2024

  1. Bump docker version

    ralight authored and nullr0ute committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    37fbd91 View commit details
    Browse the repository at this point in the history
  2. Fix the libdir location in the pkgconf files

    In some distributions libraries are installed
    into lib64 rather than lib for 64 bit architectures
    so use the cmake variable like we already do
    for the prefix to ensure that's correct for all
    distributions.
    
    Signed-off-by: Peter Robinson <[email protected]>
    nullr0ute committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    d24d834 View commit details
    Browse the repository at this point in the history