Fix windows build

This commit is contained in:
def 2015-02-05 23:56:03 +01:00
parent 48525e4944
commit 8ecd66fc89

View file

@ -82,6 +82,9 @@ if include_data and not use_bundle:
#shutil.copy("libmysql.dll", package_dir)
#shutil.copy("mysqlcppconn.dll", package_dir)
shutil.copy("libcurl.dll", package_dir)
shutil.copy("libeay32.dll", package_dir)
shutil.copy("libidn-11.dll", package_dir)
shutil.copy("ssleay32.dll", package_dir)
if include_exe and not use_bundle:
shutil.copy(name+exe_ext, package_dir)