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 overriding PKG_CONFIG #236

Merged
merged 1 commit into from
Feb 6, 2023

Commits on Nov 8, 2022

  1. Allow overriding PKG_CONFIG

    In my ChromiumOS build calling pkg-config without an appropriate
    cross-compilation prefix is considered an error. The current method of
    detecting PKG_CONFIG in efivar _always_ calls pkg-config, even if
    PKG_CONFIG has already been set in the environment.
    
    Allow overriding PKG_CONFIG, rather than always checking for the
    cross-compiled version. This is more in-line with how the other tools
    are chosen.
    
    Signed-off-by: Ted Brandston <tbrandston@google.com>
    tedbrandston committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    d21fa0f View commit details
    Browse the repository at this point in the history