From 2c265df99e864598ff7cf8d500cdca91223894e7 Mon Sep 17 00:00:00 2001 From: Frank Dana Date: Fri, 9 Sep 2022 04:21:12 +0000 Subject: [PATCH] python: Use arch-specific install dir Part-of: --- subprojects/gst-python/meson.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/subprojects/gst-python/meson.build b/subprojects/gst-python/meson.build index 40dff9ae66..46f84494e0 100644 --- a/subprojects/gst-python/meson.build +++ b/subprojects/gst-python/meson.build @@ -57,7 +57,8 @@ pygi_override_dir = get_option('pygi-overrides-dir') if pygi_override_dir == '' pygi_override_dir = python.get_install_dir( - subdir : join_paths('gi', 'overrides') + subdir : join_paths('gi', 'overrides'), + pure: false ) endif