summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xscons/gallium.py1
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)