ac/nir: add 8-bit types to glsl_base_to_llvm_type
[mesa.git] / src / amd / common / meson.build
index 0967b1adb76d009741e3739917155ee176b81ab0..6827a0209472d927e7e0511d35506d4408b59f12 100644 (file)
@@ -22,7 +22,7 @@ sid_tables_h = custom_target(
   'sid_tables_h',
   input : ['sid_tables.py', 'sid.h', 'gfx9d.h'],
   output : 'sid_tables.h',
-  command : [prog_python2, '@INPUT@'],
+  command : [prog_python, '@INPUT@'],
   capture : true,
 )