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

setupext.py: let the user set a different pkg-config #4807

Merged
merged 1 commit into from Aug 30, 2015
Merged

setupext.py: let the user set a different pkg-config #4807

merged 1 commit into from Aug 30, 2015

Commits on Aug 7, 2015

  1. setupext.py: let the user set a different pkg-config

    Use the environment variable PKG_CONFIG to determine the correct
    pkg-config executable. Default to 'pkg-config' if the variable is not
    set.
    
    This allows the user to cross compile. E.g., PKG_CONFIG can be set to
    'x86_64-pc-linux-gnu-pkg-config'.
    
    I did not touch any windows specific functions, which still call
    'pkg-config' directly.
    Markus Rothe committed Aug 7, 2015
    Configuration menu
    Copy the full SHA
    64d8ac6 View commit details
    Browse the repository at this point in the history