Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Alchemy Viewer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Silent mode is enabled
All outbound communications are blocked.
Learn more
.
Show more breadcrumbs
Alchemy Viewer
Alchemy Viewer
Commits
397431a3
Commit
397431a3
authored
4 years ago
by
Rye Mutt
Browse files
Options
Downloads
Patches
Plain Diff
Maybe fix linux
parent
4df6aad0
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
indra/newview/viewer_manifest.py
+5
-5
5 additions, 5 deletions
indra/newview/viewer_manifest.py
with
5 additions
and
5 deletions
indra/newview/viewer_manifest.py
+
5
−
5
View file @
397431a3
...
@@ -1035,7 +1035,7 @@ def construct(self):
...
@@ -1035,7 +1035,7 @@ def construct(self):
# libnghttp2.version.dylib. Get all of them.
# libnghttp2.version.dylib. Get all of them.
"
libnghttp2.*dylib
"
,
"
libnghttp2.*dylib
"
,
):
):
dylibs
+=
path_optional
(
os
.
path
.
join
(
relpkgdir
,
libfile
),
libfile
)
dylibs
+=
self
.
path_optional
(
os
.
path
.
join
(
relpkgdir
,
libfile
),
libfile
)
# SLVoice executable
# SLVoice executable
with
self
.
prefix
(
src
=
os
.
path
.
join
(
pkgdir
,
'
bin
'
,
'
release
'
)):
with
self
.
prefix
(
src
=
os
.
path
.
join
(
pkgdir
,
'
bin
'
,
'
release
'
)):
...
@@ -1053,12 +1053,12 @@ def construct(self):
...
@@ -1053,12 +1053,12 @@ def construct(self):
for
libfile
in
(
for
libfile
in
(
"
libfmodL.dylib
"
,
"
libfmodL.dylib
"
,
):
):
dylibs
+=
path_optional
(
os
.
path
.
join
(
debpkgdir
,
libfile
),
libfile
)
dylibs
+=
self
.
path_optional
(
os
.
path
.
join
(
debpkgdir
,
libfile
),
libfile
)
else
:
else
:
for
libfile
in
(
for
libfile
in
(
"
libfmod.dylib
"
,
"
libfmod.dylib
"
,
):
):
dylibs
+=
path_optional
(
os
.
path
.
join
(
relpkgdir
,
libfile
),
libfile
)
dylibs
+=
self
.
path_optional
(
os
.
path
.
join
(
relpkgdir
,
libfile
),
libfile
)
# our apps
# our apps
executable_path
=
{}
executable_path
=
{}
...
@@ -1502,7 +1502,7 @@ def construct(self):
...
@@ -1502,7 +1502,7 @@ def construct(self):
pass
pass
try
:
try
:
self
.
path
(
"
libfmod.so*
"
)
self
.
path
_optional
(
"
libfmod.so*
"
)
pass
pass
except
:
except
:
print
"
Skipping libfmod.so - not found
"
print
"
Skipping libfmod.so - not found
"
...
@@ -1550,7 +1550,7 @@ def construct(self):
...
@@ -1550,7 +1550,7 @@ def construct(self):
self
.
path
(
"
libopenal.so*
"
)
self
.
path
(
"
libopenal.so*
"
)
try
:
try
:
self
.
path
(
"
libfmod.so*
"
)
self
.
path
_optional
(
"
libfmod.so*
"
)
pass
pass
except
:
except
:
print
"
Skipping libfmod.so - not found
"
print
"
Skipping libfmod.so - not found
"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment