mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Windows build fixes
This commit is contained in:
parent
bf6c91a25c
commit
b1b4aa78ea
|
@ -72,7 +72,7 @@ if include_data and not use_bundle:
|
|||
shutil.copy("freetype.dll", package_dir)
|
||||
if platform == "win32":
|
||||
shutil.copy("libgcc_s_sjlj-1.dll", package_dir)
|
||||
shutil.copy("libidn-11.dll", package_dir)
|
||||
#shutil.copy("libidn-11.dll", package_dir)
|
||||
elif platform == "win64":
|
||||
shutil.copy("libgcc_s_seh-1.dll", package_dir)
|
||||
shutil.copy("libwinpthread-1.dll", package_dir)
|
||||
|
|
Loading…
Reference in a new issue