OSDN Git Service

meson: Build with Python 3
[android-x86/external-mesa.git] / src / gallium / drivers / radeonsi / meson.build
index 9e249ad..f943b61 100644 (file)
@@ -91,7 +91,7 @@ si_driinfo_h = custom_target(
     '../../auxiliary/pipe-loader/driinfo_gallium.h', 'driinfo_radeonsi.h'
   ),
   output : 'si_driinfo.h',
-  command : [prog_python2, '@INPUT@'],
+  command : [prog_python, '@INPUT@'],
   capture : true,
 )