scons: Remove leftover print statement.

Remove print statement left over from commit
c57fb034b1.

Signed-off-by: Vinson Lee <vlee@freedesktop.org>
This commit is contained in:
Vinson Lee
2012-08-31 08:23:28 -07:00
parent 0dcf555104
commit f3bb6bd9b3

View File

@@ -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)