uninstalled: Make sure that the new gdb python macros are usable

directly from the uninstalled env
This commit is contained in:
Thibault Saunier 2018-11-08 11:52:03 -03:00
parent 0b36fc55c7
commit df235d4f6c

View file

@ -112,7 +112,7 @@ def get_subprocess_env(options, gst_version):
presets = set()
encoding_targets = set()
pkg_dirs = set()
python_dirs = set()
python_dirs = set(["%s/subprojects/gstreamer/libs/gst/helpers/" % options.srcdir])
if '--installed' in subprocess.check_output(meson + ['introspect', '-h']).decode():
installed_s = subprocess.check_output(meson + ['introspect', options.builddir, '--installed'])
for path, installpath in json.loads(installed_s.decode()).items():