Skip to content
Snippets Groups Projects
Commit d885db79 authored by brad kittenbrink's avatar brad kittenbrink
Browse files

Hmm, somehow we were getting away with packaging a broken libuuid.so.1 on linux.

parent 96f5b76b
No related branches found
No related tags found
No related merge requests found
...@@ -797,7 +797,7 @@ def construct(self): ...@@ -797,7 +797,7 @@ def construct(self):
self.path("libcrypto.so.0.9.7") self.path("libcrypto.so.0.9.7")
self.path("libexpat.so.1") self.path("libexpat.so.1")
self.path("libssl.so.0.9.7") self.path("libssl.so.0.9.7")
self.path("libuuid.so", "libuuid.so.1") self.path("libuuid.so.1", "libuuid.so.1")
self.path("libSDL-1.2.so.0") self.path("libSDL-1.2.so.0")
self.path("libELFIO.so") self.path("libELFIO.so")
self.path("libopenjpeg.so.1.3.0", "libopenjpeg.so.1.3") self.path("libopenjpeg.so.1.3.0", "libopenjpeg.so.1.3")
......
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