diff options
| author | Nat Goodspeed <nat@lindenlab.com> | 2019-11-15 10:43:17 -0500 |
|---|---|---|
| committer | Nat Goodspeed <nat@lindenlab.com> | 2020-03-25 19:07:22 -0400 |
| commit | 582f9e156ebaf55f076edaad52fce39b79dac388 (patch) | |
| tree | 5f8ee6a1b13eafaeb747566550af3e5fd5948d32 /indra/newview | |
| parent | c91e5e3a2417e64da6f6404481741f211768eadd (diff) | |
DRTVWR-476: Have to package libhunspell dylib now, not .a lib.
Diffstat (limited to 'indra/newview')
| -rwxr-xr-x | indra/newview/viewer_manifest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index e647ce3efb..94908d201a 100755 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -952,7 +952,7 @@ class DarwinManifest(ViewerManifest): with self.prefix(src=relpkgdir, dst=""): self.path("libndofdev.dylib") - self.path("libhunspell-1.3.a") + self.path("libhunspell-*.dylib") with self.prefix(src_dst="cursors_mac"): self.path("*.tif") |
