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 developers to disable default includes and libs paths #29

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

Commits on Jun 17, 2022

  1. Allow developers to disable default includes and libs paths

    Due to a mismatch between the GCC we use for our project, and the new
    version delivered on Ubuntu 22.04, our bundle started failing. I traced
    the issue to GCC being called with `-I/usr/include`. By adding
    `--without-default-header-paths` to the gem install call make it work
    for us.
    kalbasit committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    8096d2f View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. Fix the syntax of the with_config call.

    Co-authored-by: Ulysse Buonomo <[email protected]>
    kalbasit and BuonOmo committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    58aac10 View commit details
    Browse the repository at this point in the history