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 1aaac8285..106ffcfd1 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):
|