b2 icon indicating copy to clipboard operation
b2 copied to clipboard

Add ENVIRON target variable.

Open grafikrobot opened this issue 3 years ago • 0 comments

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.

grafikrobot avatar Jul 01 '22 22:07 grafikrobot