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

Fix dullahan failing to run due to missing vcredist dll

parent 4bfee4cc
No related branches found
No related tags found
2 merge requests!3Update to main branch,!2Rebase onto current main branch
......@@ -483,6 +483,17 @@ def construct(self):
self.path("vcruntime140.dll")
self.path("vcruntime140_1.dll")
with self.prefix(dst="llplugin"):
self.path("concrt140.dll")
self.path("msvcp140.dll")
self.path("msvcp140_1.dll")
self.path("msvcp140_2.dll")
self.path("msvcp140_atomic_wait.dll")
self.path("msvcp140_codecvt_ids.dll")
self.path("vccorlib140.dll")
self.path("vcruntime140.dll")
self.path("vcruntime140_1.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