diff options
author | Daniel Moody <dmoody256@gmail.com> | 2022-05-10 21:48:52 (GMT) |
---|---|---|
committer | Daniel Moody <dmoody256@gmail.com> | 2022-05-10 21:48:52 (GMT) |
commit | e99fa0ca00f414a6c446090d2926747f931c73d5 (patch) | |
tree | 8cbd067bbe8c7f2ed7d450330e0935d1188ef9ca /CHANGES.txt | |
parent | 70d87f61fbd923cb79dd9e37a4580b2f2dcfb000 (diff) | |
download | SCons-e99fa0ca00f414a6c446090d2926747f931c73d5.zip SCons-e99fa0ca00f414a6c446090d2926747f931c73d5.tar.gz SCons-e99fa0ca00f414a6c446090d2926747f931c73d5.tar.bz2 |
switched name to SHELL_ENV_GENERATOR
Diffstat (limited to 'CHANGES.txt')
-rwxr-xr-x | CHANGES.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 0dd7334..edb9648 100755 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -80,7 +80,7 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER - Added user configurable setting of ninja depfile format via NINJA_DEPFILE_PARSE_FORMAT. Now setting NINJA_DEPFILE_PARSE_FORMAT to [msvc,gcc,clang] can force the ninja expected format. Compiler tools will also configure the variable automatically. - - Added SHELL_ENV_EXPANDER construction variables. This variable allows the user to Define + - Added SHELL_ENV_GENERATOR construction variables. This variable allows the user to Define a function which will be called to obtain an environment which will be used in the shell command of some Action. |