diff options
Diffstat (limited to 'mesalib/scons/custom.py')
-rw-r--r-- | mesalib/scons/custom.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mesalib/scons/custom.py b/mesalib/scons/custom.py index 7c59fe985..a2c690f65 100644 --- a/mesalib/scons/custom.py +++ b/mesalib/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): |