diff options
author | Eric Engestrom <[email protected]> | 2019-03-26 11:21:09 +0000 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2019-04-01 07:04:13 +0000 |
commit | aa7afe324c2092fb31f9498cb3eda47dda96e6f2 (patch) | |
tree | e74976fe8fc21a525d8d879cf5a04039bef80e0c /bin/install_megadrivers.py | |
parent | 06f40f5765d79ee71dc6b5b1ae31055cee943ee5 (diff) |
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 <[email protected]>
Reviewed-by: Dylan Baker <[email protected]>
Diffstat (limited to 'bin/install_megadrivers.py')
-rw-r--r-- | bin/install_megadrivers.py | 1 |
1 files changed, 0 insertions, 1 deletions
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) |