diff options
author | Mats Wichmann <mats@linux.com> | 2019-08-18 14:16:20 (GMT) |
---|---|---|
committer | Mats Wichmann <mats@linux.com> | 2019-09-07 19:17:06 (GMT) |
commit | 3b4c6b9dc3bd9ee8479751ecb188010084c39977 (patch) | |
tree | a35a7aff99fe9d077d03a7360822b568f38a451c /src/engine | |
parent | 7cb3823b55c033b6b3a6bba12c4426a8535b496d (diff) | |
download | SCons-3b4c6b9dc3bd9ee8479751ecb188010084c39977.zip SCons-3b4c6b9dc3bd9ee8479751ecb188010084c39977.tar.gz SCons-3b4c6b9dc3bd9ee8479751ecb188010084c39977.tar.bz2 |
[PR #3425] provide path to src for tool defaults [ci skip]
addresses review comment
Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to 'src/engine')
-rw-r--r-- | src/engine/SCons/Tool/default.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/engine/SCons/Tool/default.xml b/src/engine/SCons/Tool/default.xml index fc39f6f..84c9bd8 100644 --- a/src/engine/SCons/Tool/default.xml +++ b/src/engine/SCons/Tool/default.xml @@ -106,7 +106,9 @@ m4, rpm. <para> Default lists for other platforms can be found by -examining the source code for &scons;. +examining the &scons; +source code (see +<filename>SCons/Tool/__init__.py</filename>). </para> </summary> |