diff --git a/meson.build b/meson.build index 67f1a074f..75cd61a7e 100644 --- a/meson.build +++ b/meson.build @@ -2282,7 +2282,7 @@ endif glib_conf.set('HAVE_PROC_SELF_CMDLINE', have_proc_self_cmdline) -python = import('python').find_installation('python3') +python = import('python').find_installation() # used for '#!/usr/bin/env ' python_name = 'python3'