scons: use python3-compatible print()
[mesa.git] / src / gallium / drivers / llvmpipe / SConscript
index fbbd22a52999bde27f7df429a4ed13d37dfce814..74d7a9e16730b183f70b53ce52b06cabbed62e9d 100644 (file)
@@ -4,7 +4,7 @@ import distutils.version
 Import('*')
 
 if not env['llvm']:
-    print 'warning: LLVM disabled: not building llvmpipe'
+    print('warning: LLVM disabled: not building llvmpipe')
     Return()
 
 env = env.Clone()