diff options
author | Nicky <nicky.dasmijn@posteo.nl> | 2024-08-21 12:27:43 +0200 |
---|---|---|
committer | Nicky <nicky.dasmijn@posteo.nl> | 2024-08-21 12:27:43 +0200 |
commit | 3ab6f187737de7d459efb33d887dc42b1263f087 (patch) | |
tree | 09397be7069b9776bc8c9a2fee59fcf8cf6ee8a2 | |
parent | 2b354497c8f35b7832d1a5e310dd2096ab8c95f8 (diff) |
Remove packaging of libexpat.so*, this library is no statically linked.
-rwxr-xr-x | indra/newview/viewer_manifest.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index 15cec11330..0428c6e3d5 100755 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -1409,7 +1409,6 @@ class Linux_x86_64_Manifest(LinuxManifest): with self.prefix(src=relpkgdir, dst="lib"): self.path("libapr-1.so*") self.path("libaprutil-1.so*") - self.path("libexpat.so.*") self.path_optional("libSDL*.so.*") self.path_optional("libjemalloc*.so") |