projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0dcf555
)
scons: Remove leftover print statement.
author
Vinson Lee
<vlee@freedesktop.org>
Fri, 31 Aug 2012 15:23:28 +0000
(08:23 -0700)
committer
Vinson Lee
<vlee@freedesktop.org>
Fri, 31 Aug 2012 15:26:29 +0000
(08:26 -0700)
Remove print statement left over from commit
c57fb034b19156e06e2ec25d9b06a0e174d861c9
.
Signed-off-by: Vinson Lee <vlee@freedesktop.org>
scons/gallium.py
patch
|
blob
|
history
diff --git
a/scons/gallium.py
b/scons/gallium.py
index dfed20f9e199faba2d53b8e4157bb8ad67fcb415..1dd4e818715738cd199c8d97d5ccea8718ee1e96 100755
(executable)
--- 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)