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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user