nir: add support for removing redundant stores to copy prop var
[mesa.git] / src / compiler / meson.build
index 60b633832d4d00b0d3a9ce17d1ebbd3e15f2bbc0..0f8f3c12966d628c0a49103529e8f21ad446ef83 100644 (file)
@@ -40,7 +40,7 @@ ir_expression_operation_h = custom_target(
   'ir_expression_operation.h',
   input : 'glsl/ir_expression_operation.py',
   output : 'ir_expression_operation.h',
-  command : [prog_python2, '@INPUT@', 'enum'],
+  command : [prog_python, '@INPUT@', 'enum'],
   capture : true,
 )