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

Copy epoxy-0.dll into windows package

parent 77465730
No related branches found
No related tags found
No related merge requests found
......@@ -526,6 +526,9 @@ def construct(self):
# For textures
self.path("openjpeg.dll")
# For OpenGL extensions
self.path("epoxy-0.dll")
# SLVoice executable
with self.prefix(src=os.path.join(pkgdir, 'bin', 'release')):
self.path("SLVoice.exe")
......
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