Skip to content

Commit 63041b0

Browse files
committed
add appearance-utility to viewer manifest for linux builds
1 parent 26e4d34 commit 63041b0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

indra/newview/viewer_manifest.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1231,6 +1231,11 @@ def construct(self):
12311231
#with self.prefix(src="../viewer_components/manager", dst=""):
12321232
# self.path("*.py")
12331233

1234+
app_util = os.path.join(self.args['build'], '../llappearanceutility')
1235+
if os.path.isdir(app_util):
1236+
with self.prefix(app_util):
1237+
self.path("appearance-utility-bin", "appearance-utility-bin")
1238+
12341239
# recurses, packaged again
12351240
self.path("res-sdl")
12361241

0 commit comments

Comments
 (0)