diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2018-10-08 20:53:17 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2018-10-08 20:53:47 +0100 |
commit | 84bcd148488fd19dc1c3e0f777c10b497722b8b6 (patch) | |
tree | 1b570e69f114db870b1f8e0ff9f44051f923e91d | |
parent | 21bf3a35ac93b37b73e62842a32f3e6daeeeee1a (diff) |
https://github.com/mesonbuild/meson/pull/4169
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index b36a32d1b..907abe836 100644 --- a/meson.build +++ b/meson.build @@ -515,7 +515,7 @@ gst_plugins_bad_args = ['-DHAVE_CONFIG_H'] configinc = include_directories('.') libsinc = include_directories('gst-libs') -python3 = import('python3').find_python() +python3 = import('python').find_installation() gir = find_program('g-ir-scanner', required : get_option('introspection')) gnome = import('gnome') |