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'm have a custom toolchain in a module called build_tools_reloaded. So far it works and I can make a toolchain like so: build_tools_reloaded/toolchain/BUILD
However I'd like to be able to configure this toolchain (the flags, includes,...) from the project that has this module as dependency. I'm thinking somethinbg like : myProject/BUILD:
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'm have a custom toolchain in a module called
build_tools_reloaded
. So far it works and I can make a toolchain like so:build_tools_reloaded/toolchain/BUILD
However I'd like to be able to configure this toolchain (the flags, includes,...) from the project that has this module as dependency. I'm thinking somethinbg like :
myProject/BUILD:
I'm not sure if this is the right approach thought, and how I could implement that.
Thanks for your help
Beta Was this translation helpful? Give feedback.
All reactions