summaryrefslogtreecommitdiffstats
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2022-06-13 22:59:35 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2022-06-13 22:59:35 (GMT)
commite2202623baf4bce43eb029a3854e2d96020186a7 (patch)
treec648be9b1ef7d1f45afb07a7d728848bac8daab0 /CHANGES.txt
parent38b3c2f41c9ee8c8a8a93ebdf4a9d22cbbf4b507 (diff)
downloadSCons-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-xCHANGES.txt1
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: