rules_cc/cc/toolchains/args
Keith Smiley b4f54fab89
Allow extra args to cc_sysroot
It's possible for there to be some arguments that are naturally
associated with the sysroot flag, for example on macOS there are
associated framework search paths that should be added with
`-F{sysroot}/Library/Frameworks`. There are also warnings flags you
might want to add such as `-Werror=missing-sysroot`. In this case I
think it's nicer to provide them alongside the sysroot definition,
instead of having to create a custom cc_args for them.
2024-09-22 14:00:13 -07:00
..
archiver_flags Consolidate action labels in toolchain args 2024-09-12 11:05:19 -07:00
force_pic_flags Consolidate action labels in toolchain args 2024-09-12 11:05:19 -07:00
libraries_to_link Consolidate action labels in toolchain args 2024-09-12 11:05:19 -07:00
linker_param_file Consolidate action labels in toolchain args 2024-09-12 11:05:19 -07:00
runtime_library_search_directories Consolidate action labels in toolchain args 2024-09-12 11:05:19 -07:00
shared_flag Consolidate action labels in toolchain args 2024-09-12 11:05:19 -07:00
BUILD Implement libraries_to_link as cc_args 2024-09-06 08:56:38 -07:00
sysroot.bzl Allow extra args to cc_sysroot 2024-09-22 14:00:13 -07:00