diff options
author | Brad Linden <brad@lindenlab.com> | 2024-03-12 16:49:20 -0700 |
---|---|---|
committer | Brad Linden <brad@lindenlab.com> | 2024-03-12 16:49:20 -0700 |
commit | ab5ea5d13479c5a419c982433a1052bf3b2d8322 (patch) | |
tree | 31e87a0099535780cae5217d9f7da8c23ec2888a /indra/newview | |
parent | ce6170802de1833a8d0d55e9dfc774c4c9dd7eca (diff) |
secondlife/viewer#926 switching cmake config for mac openexr to use new static libs
Diffstat (limited to 'indra/newview')
-rwxr-xr-x | indra/newview/viewer_manifest.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index 70121ecc64..5258842b75 100755 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -942,12 +942,6 @@ class Darwin_x86_64_Manifest(ViewerManifest): with self.prefix(src=relpkgdir, dst=""): self.path("libndofdev.dylib") self.path("libhunspell-*.dylib") - self.path("libIex-3_2.dylib") - self.path("libIlmThread-3_2.dylib") - self.path("libImath-3_1.dylib") - self.path("libOpenEXR-3_2.dylib") - self.path("libOpenEXRCore-3_2.dylib") - self.path("libOpenEXRUtil-3_2.dylib") with self.prefix(src_dst="cursors_mac"): self.path("*.tif") |