buildbuddy-io / buildbuddy-toolchain

Bazel toolchains for BuildBuddy RBE
MIT License
12 stars 12 forks source link

toolchain: allow to pass extra cxx_builtin_include_directories #17

Closed manuelnaranjo closed 5 months ago

manuelnaranjo commented 9 months ago

For CentOS we need to be able to inject extra cxx arguments, like

    extra_cxx_builtin_include_directories = [
        "/usr/lib/gcc/x86_64-redhat-linux/4.8.5/include/",
    ]
sluongng commented 5 months ago

@manuelnaranjo thanks so much for your contribution 🙏 and sorry for the delays 🙇