No glew32.dll

This commit is contained in:
Dennis Felsing 2017-10-20 13:41:30 +02:00
parent f679c3e1bd
commit 03ec3c0145

View file

@ -77,7 +77,6 @@ if include_data and not use_bundle:
shutil.copy("libopus.dll", package_dir)
shutil.copy("libopusfile.dll", package_dir)
shutil.copy("libcurl.dll", package_dir)
shutil.copy("glew32.dll", package_dir)
if include_exe and not use_bundle:
shutil.copy(name+exe_ext, package_dir)