b2
b2 copied to clipboard
Add ENVIRON target variable.
Add per-target ENVIRONMENT variable that will set a set of variables and values when the target action runs. Various tools require a specific environment setup to work. Currently this is supported by creating, or using, setup scripts. And such setup scripts prevent direct single executable launching. That is the case for at least msvc. Another is mingw that requires the path to be set for running built programs.