Add libwinpthread-1.dll for Win64

This commit is contained in:
def 2015-07-01 14:59:44 +02:00
parent f711ba2ca3
commit e332a43dc5
3 changed files with 2 additions and 0 deletions

View file

@ -140,6 +140,7 @@ if family == "windows" then
table.insert(client_depends, CopyToDirectory(".", "other\\curl\\windows\\lib64\\ssleay32.dll"))
table.insert(client_depends, CopyToDirectory(".", "other\\curl\\windows\\lib64\\zlib1.dll"))
table.insert(client_depends, CopyToDirectory(".", "other\\opus\\windows\\lib64\\libwinpthread-1.dll"))
table.insert(client_depends, CopyToDirectory(".", "other\\opus\\windows\\lib64\\libgcc_s_seh-1.dll"))
table.insert(client_depends, CopyToDirectory(".", "other\\opus\\windows\\lib64\\libogg-0.dll"))
table.insert(client_depends, CopyToDirectory(".", "other\\opus\\windows\\lib64\\libopus-0.dll"))

Binary file not shown.

View file

@ -79,6 +79,7 @@ if include_data and not use_bundle:
shutil.copy("libgcc_s_sjlj-1.dll", package_dir)
shutil.copy("libidn-11.dll", package_dir)
elif platform == "win64":
shutil.copy("libwinpthread-1.dll", package_dir)
shutil.copy("libgcc_s_seh-1.dll", package_dir)
shutil.copy("libogg-0.dll", package_dir)
shutil.copy("libopus-0.dll", package_dir)