diff options
author | William Deegan <bill@baddogconsulting.com> | 2022-06-13 22:59:35 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2022-06-13 22:59:35 (GMT) |
commit | e2202623baf4bce43eb029a3854e2d96020186a7 (patch) | |
tree | c648be9b1ef7d1f45afb07a7d728848bac8daab0 /CHANGES.txt | |
parent | 38b3c2f41c9ee8c8a8a93ebdf4a9d22cbbf4b507 (diff) | |
download | SCons-e2202623baf4bce43eb029a3854e2d96020186a7.zip SCons-e2202623baf4bce43eb029a3854e2d96020186a7.tar.gz SCons-e2202623baf4bce43eb029a3854e2d96020186a7.tar.bz2 |
add blurb that you can also set NINJA_CMD_ARGS in your Environment()
Diffstat (limited to 'CHANGES.txt')
-rwxr-xr-x | CHANGES.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 90e2d4e..703e7bc 100755 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -117,6 +117,7 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER performance impact if not used carefully. to connect to the server during start up. - Ninja: Added command line variable NINJA_CMD_ARGS that allows to pass through ninja command line args. + This can also be set in your Environment(). From Mats Wichmann: |