Skip to content
Snippets Groups Projects
Commit 2b695cff authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Fix SLVoice manifest path for Linux x86_64

parent f826edbc
No related branches found
No related tags found
No related merge requests found
...@@ -1277,7 +1277,7 @@ def construct(self): ...@@ -1277,7 +1277,7 @@ def construct(self):
self.path("libfmod.so*") self.path("libfmod.so*")
# Vivox runtimes # Vivox runtimes
with self.prefix(src=relpkgdir, dst="bin"): with self.prefix(src=os.path.join(pkgdir, 'bin', 'release'), dst="bin"):
self.path("SLVoice") self.path("SLVoice")
with self.prefix(src=relpkgdir, dst="lib"): with self.prefix(src=relpkgdir, dst="lib"):
self.path("libortp.so") self.path("libortp.so")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment