From aa7afe324c2092fb31f9498cb3eda47dda96e6f2 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Tue, 26 Mar 2019 11:21:09 +0000 Subject: meson: strip rpath from megadrivers More specifically, use the library file that has been post-processed by Meson when creating the hardlinks. Bugs: https://bugs.freedesktop.org/show_bug.cgi?id=108766 Fixes: 3218056e0eb375eeda47 "meson: Build i965 and dri stack" Signed-off-by: Eric Engestrom Reviewed-by: Dylan Baker --- bin/install_megadrivers.py | 1 - 1 file changed, 1 deletion(-) (limited to 'bin') diff --git a/bin/install_megadrivers.py b/bin/install_megadrivers.py index ca543e5ce30..c9ab99a2833 100644 --- a/bin/install_megadrivers.py +++ b/bin/install_megadrivers.py @@ -49,7 +49,6 @@ def main(): if os.path.lexists(to): os.unlink(to) os.makedirs(to) - shutil.copy(args.megadriver, master) for driver in args.drivers: abs_driver = os.path.join(to, driver) -- cgit v1.2.1