Windows build fixes

This commit is contained in:
def 2017-07-17 00:17:22 +02:00
parent bf6c91a25c
commit b1b4aa78ea
3 changed files with 1 additions and 1 deletions

View file

@ -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)