summaryrefslogtreecommitdiffstats
path: root/src/mapi/shared-glapi/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'src/mapi/shared-glapi/meson.build')
-rw-r--r--src/mapi/shared-glapi/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapi/shared-glapi/meson.build b/src/mapi/shared-glapi/meson.build
index c7d136ced2c..44e86f845f6 100644
--- a/src/mapi/shared-glapi/meson.build
+++ b/src/mapi/shared-glapi/meson.build
@@ -31,7 +31,7 @@ shared_glapi_mapi_tmp_h = custom_target(
'shared_glapi_mapi_tmp.h',
input : [mapi_abi_py, gl_and_es_api_files],
output : 'glapi_mapi_tmp.h',
- command : [prog_python2, '@INPUT0@', '--printer', 'shared-glapi', '@INPUT1@'],
+ command : [prog_python, '@INPUT0@', '--printer', 'shared-glapi', '@INPUT1@'],
depend_files : api_xml_files,
capture : true,
)