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

build: build opt to set local location of headers #51525

Closed
wants to merge 1 commit into from

Commits on Jan 18, 2024

  1. build: build opt to set local location of headers

    Some linux distroes install headers through their
    package managers. When headers are locally installed
    we'd like them to be used.
    
    Add a build time configuration option
    --use-prefix-to-find-headers that will will suggest to
    node-gyp to look for headers based on the prefix
    
    A PR to node-gyp will use this value when building
    addons to automatially find and use the headers
    if they have been installed locally
    
    Signed-off-by: Michael Dawson <midawson@redhat.com>
    mhdawson committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    ac8e5ea View commit details
    Browse the repository at this point in the history