meson/megadriver: stop removing the "master" .so file
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29731>
This commit is contained in:

committed by
Marge Bot

parent
da05938e65
commit
ac5d14c5ea
@@ -70,8 +70,7 @@ def main():
|
||||
finally:
|
||||
os.chdir(ret)
|
||||
|
||||
# Remove meson-created master .so and symlinks
|
||||
os.unlink(master)
|
||||
# Remove meson-created .so symlinks
|
||||
name, ext = os.path.splitext(master)
|
||||
while ext != '.so':
|
||||
if os.path.lexists(name):
|
||||
|
Reference in New Issue
Block a user