diff options
author | Vinson Lee <vlee@freedesktop.org> | 2012-08-31 08:23:28 -0700 |
---|---|---|
committer | Vinson Lee <vlee@freedesktop.org> | 2012-08-31 08:26:29 -0700 |
commit | f3bb6bd9b37d58ec16aac09d41546bd4702ecab8 (patch) | |
tree | 61f8cd1b73d845db23695dc614094e3e2f5e748d /scons | |
parent | 0dcf5551046fa550f76e3eddd51085f5262d0970 (diff) |
scons: Remove leftover print statement.
Remove print statement left over from commit
c57fb034b19156e06e2ec25d9b06a0e174d861c9.
Signed-off-by: Vinson Lee <vlee@freedesktop.org>
Diffstat (limited to 'scons')
-rwxr-xr-x | scons/gallium.py | 1 |
1 files changed, 0 insertions, 1 deletions
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) |