diff options
author | Daniel Moody <dmoody256@gmail.com> | 2022-06-07 20:05:42 (GMT) |
---|---|---|
committer | Daniel Moody <dmoody256@gmail.com> | 2022-06-07 20:05:42 (GMT) |
commit | 719ad105165e942ee39f42749ee48d06e7567c90 (patch) | |
tree | 19af99ee34bb5eaf0001610c04a8672f1fae7707 /RELEASE.txt | |
parent | daeff32f5b69c29a3235d710dd000012df080c73 (diff) | |
download | SCons-719ad105165e942ee39f42749ee48d06e7567c90.zip SCons-719ad105165e942ee39f42749ee48d06e7567c90.tar.gz SCons-719ad105165e942ee39f42749ee48d06e7567c90.tar.bz2 |
Added command line variable to pass ninja args through scons.
Diffstat (limited to 'RELEASE.txt')
-rwxr-xr-x | RELEASE.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE.txt b/RELEASE.txt index cfa8afc..699e51e 100755 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -24,6 +24,7 @@ NEW FUNCTIONALITY performance impact if not used carefully. - Added MSVC_USE_SETTINGS variable to pass a dictionary to configure the msvc compiler system environment as an alternative to bypassing Visual Studio autodetection entirely. +- Ninja: Added command line variable NINJA_CMD_ARGS that allows to pass through ninja command line args. DEPRECATED FUNCTIONALITY |