From f3bb6bd9b37d58ec16aac09d41546bd4702ecab8 Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Fri, 31 Aug 2012 08:23:28 -0700 Subject: [PATCH] scons: Remove leftover print statement. Remove print statement left over from commit c57fb034b19156e06e2ec25d9b06a0e174d861c9. Signed-off-by: Vinson Lee --- scons/gallium.py | 1 - 1 file changed, 1 deletion(-) 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) -- 2.30.2