Skip to content

Commit 10867bc

Browse files
committed
#3408 Fix linux 3p builds
1 parent 662c31c commit 10867bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

indra/newview/viewer_manifest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1239,7 +1239,7 @@ def construct(self):
12391239
if os.path.isdir(app_util):
12401240
with self.prefix(app_util):
12411241
self.path("appearance-utility-bin")
1242-
self.path("appearance-utility-headless-bin")
1242+
self.path_optional("appearance-utility-headless-bin")
12431243

12441244
# recurses, packaged again
12451245
self.path("res-sdl")

0 commit comments

Comments
 (0)