summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorEric Engestrom <eric.engestrom@intel.com>2019-03-26 11:21:09 +0000
committerEric Engestrom <eric@engestrom.ch>2019-04-01 07:04:13 +0000
commitaa7afe324c2092fb31f9498cb3eda47dda96e6f2 (patch)
treee74976fe8fc21a525d8d879cf5a04039bef80e0c /bin
parent06f40f5765d79ee71dc6b5b1ae31055cee943ee5 (diff)
downloadmesa-aa7afe324c2092fb31f9498cb3eda47dda96e6f2.tar.gz
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 <eric.engestrom@intel.com> Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
Diffstat (limited to 'bin')
-rw-r--r--bin/install_megadrivers.py1
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)