summaryrefslogtreecommitdiffstats
path: root/src/util/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/meson.build')
-rw-r--r--src/util/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/meson.build b/src/util/meson.build
index 6386d945a22..51980e9214e 100644
--- a/src/util/meson.build
+++ b/src/util/meson.build
@@ -100,7 +100,7 @@ format_srgb = custom_target(
'format_srgb',
input : ['format_srgb.py'],
output : 'format_srgb.c',
- command : [prog_python2, '@INPUT0@'],
+ command : [prog_python, '@INPUT0@'],
capture : true,
)