Replies: 1 comment 1 reply
-
That'd definitely be nice to have, we'd need to sort out how to determine raw strings vs labels and add some logic to properly capture that. Perhaps we can support this the same way we support label expansions in |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I started using the rule based toolchain following the examples in rules_cc. Some compilers require custom environment variables to be set. Usually this is done in some wrapper scripts, but I was thinking if this could be done with the env attribute of cc_args. I would imagine it work somehow like
Is there a way to expand the
directory
orsubdirectory
path of@clang-linux-x86_64//:lib-clang-include
, seerules_cc/examples/rule_based_toolchain/toolchain/clang.BUILD
Lines 40 to 44 in 5be90a4
While working on this, I filed #290
Beta Was this translation helpful? Give feedback.
All reactions