mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Add libwinpthread-1.dll for Win64
This commit is contained in:
parent
f711ba2ca3
commit
e332a43dc5
1
bam.lua
1
bam.lua
|
@ -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"))
|
||||
|
|
BIN
other/opus/windows/lib64/libwinpthread-1.dll
Executable file
BIN
other/opus/windows/lib64/libwinpthread-1.dll
Executable file
Binary file not shown.
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue