diff --git a/toolchain/resolved.bzl b/toolchain/resolved.bzl index 5a8ac535861c672c7b33ecd48750dbc5beb06626..6aa0042fe2c6c46e7e033d262f613d8309999a51 100644 --- a/toolchain/resolved.bzl +++ b/toolchain/resolved.bzl @@ -59,6 +59,7 @@ def implementation(ctx): return [ toolchain, toolchain.variables, + RunEnvironmentInfo(toolchain.env), default, ]