mirror of https://github.com/bazelbuild/rules_cc
b4f54fab89
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. |
||
---|---|---|
.. | ||
archiver_flags | ||
force_pic_flags | ||
libraries_to_link | ||
linker_param_file | ||
runtime_library_search_directories | ||
shared_flag | ||
BUILD | ||
sysroot.bzl |