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

Allow library directories to be customizable in Makefile #3706

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

Commits on Dec 4, 2023

  1. Allow build type and target directories to be specified by the user.

    This allows to integrate the building scripts into downstream packaging
    infrastructure. Specifically, library directory names may differ across
    various Linux distributions and need to be customizable by the packaging
    scripts.
    Lastique committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    b81753a View commit details
    Browse the repository at this point in the history
  2. Fix pkgconfig generation to use variables instead of hardcoded paths.

    This fixes libdir in the generated .pc file in case if the custom library
    directory specified by the user is different frrom the default.
    Lastique committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    c5707dd View commit details
    Browse the repository at this point in the history