summaryrefslogtreecommitdiff
path: root/scons/custom.py
diff options
context:
space:
mode:
Diffstat (limited to 'scons/custom.py')
-rw-r--r--scons/custom.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scons/custom.py b/scons/custom.py
index 7c59fe985d0..a2c690f655e 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):