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
b21c17ee
Commit
b21c17ee
authored
4 years ago
by
Andrey Kleshchev
Browse files
Options
Downloads
Patches
Plain Diff
Debug Fmod with logging #2
parent
2f78338a
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!83
Merge Linden 6.6.7
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 @
b21c17ee
...
@@ -515,7 +515,7 @@ def construct(self):
...
@@ -515,7 +515,7 @@ def construct(self):
if
(
self
.
args
[
'
configuration
'
].
lower
()
==
'
debug
'
):
if
(
self
.
args
[
'
configuration
'
].
lower
()
==
'
debug
'
):
self
.
path
(
"
fmodL.dll
"
)
self
.
path
(
"
fmodL.dll
"
)
else
:
else
:
self
.
path
(
"
fmod.dll
"
)
self
.
path
(
"
fmod
L
.dll
"
)
if
self
.
args
[
'
openal
'
]
==
'
ON
'
:
if
self
.
args
[
'
openal
'
]
==
'
ON
'
:
# Get openal dll
# Get openal dll
...
@@ -1050,7 +1050,7 @@ def path_optional(src, dst):
...
@@ -1050,7 +1050,7 @@ def path_optional(src, dst):
dylibs
+=
path_optional
(
os
.
path
.
join
(
debpkgdir
,
libfile
),
libfile
)
dylibs
+=
path_optional
(
os
.
path
.
join
(
debpkgdir
,
libfile
),
libfile
)
else
:
else
:
for
libfile
in
(
for
libfile
in
(
"
libfmod.dylib
"
,
"
libfmod
L
.dylib
"
,
):
):
dylibs
+=
path_optional
(
os
.
path
.
join
(
relpkgdir
,
libfile
),
libfile
)
dylibs
+=
path_optional
(
os
.
path
.
join
(
relpkgdir
,
libfile
),
libfile
)
...
@@ -1512,9 +1512,9 @@ def construct(self):
...
@@ -1512,9 +1512,9 @@ def construct(self):
if
self
.
args
[
'
fmodstudio
'
]
==
'
ON
'
:
if
self
.
args
[
'
fmodstudio
'
]
==
'
ON
'
:
try
:
try
:
self
.
path
(
"
libfmod.so.11.7
"
)
self
.
path
(
"
libfmod
L
.so.11.7
"
)
self
.
path
(
"
libfmod.so.11
"
)
self
.
path
(
"
libfmod
L
.so.11
"
)
self
.
path
(
"
libfmod.so
"
)
self
.
path
(
"
libfmod
L
.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.
Rye Mutt
@rye
mentioned in commit
be820f2e
·
2 years ago
mentioned in commit
be820f2e
mentioned in commit be820f2eb90519ac0fa8d13be9dc5a798e8bfc7f
Toggle commit list
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