mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-22 15:40:11 +01:00
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:
parent
0dcf555104
commit
f3bb6bd9b3
1 changed files with 0 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue