You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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