diff options
Diffstat (limited to 'scons/custom.py')
-rw-r--r-- | scons/custom.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scons/custom.py b/scons/custom.py index 7c59fe985d..a2c690f655 100644 --- a/scons/custom.py +++ b/scons/custom.py @@ -59,6 +59,7 @@ def quietCommandLines(env): env['LEXCOMSTR'] = " Generating $TARGET ..." env['YACCCOMSTR'] = " Generating $TARGET ..." env['CODEGENCOMSTR'] = " Generating $TARGET ..." + env['INSTALLSTR'] = " Installing $TARGET ..." def createConvenienceLibBuilder(env): |