scons: use python3-compatible print()
[mesa.git] / src / gallium / drivers / svga / SConscript
index aee337fa8462f8abf51384a9fe30d510a992dc61..9c4806c715855b180d1c912fee36425d2421bf44 100644 (file)
@@ -5,13 +5,13 @@ env = env.Clone()
 env.MSVC2013Compat()
 
 if env['suncc']:
-       print 'warning: not building svga'
+       print('warning: not building svga')
        Return()
 
 env.Append(CPPDEFINES = [
        'HAVE_STDINT_H',
 ])
-       
+
 env.Prepend(CPPPATH = [
        'include',
 ])