From: Vinson Lee Date: Fri, 31 Aug 2012 15:23:28 +0000 (-0700) Subject: scons: Remove leftover print statement. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f3bb6bd9b37d58ec16aac09d41546bd4702ecab8;p=mesa.git scons: Remove leftover print statement. Remove print statement left over from commit c57fb034b19156e06e2ec25d9b06a0e174d861c9. Signed-off-by: Vinson Lee --- diff --git a/scons/gallium.py b/scons/gallium.py index dfed20f9e19..1dd4e818715 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)