Module: Mesa Branch: master Commit: f3bb6bd9b37d58ec16aac09d41546bd4702ecab8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f3bb6bd9b37d58ec16aac09d41546bd4702ecab8
Author: Vinson Lee <[email protected]> Date: Fri Aug 31 08:23:28 2012 -0700 scons: Remove leftover print statement. Remove print statement left over from commit c57fb034b19156e06e2ec25d9b06a0e174d861c9. Signed-off-by: Vinson Lee <[email protected]> --- scons/gallium.py | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/scons/gallium.py b/scons/gallium.py index dfed20f..1dd4e81 100755 --- a/scons/gallium.py +++ b/scons/gallium.py @@ -498,7 +498,6 @@ def generate(env): # Default libs libs = [] - print env['platform'] if env['platform'] in ('darwin', 'freebsd', 'linux', 'posix', 'sunos'): libs += ['m', 'pthread', 'dl'] env.Append(LIBS = libs) _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
