Add glew32.dll on Windows

This commit is contained in:
Dennis Felsing 2017-10-20 09:01:22 +02:00
parent a9f072d4a6
commit 96bad9f3f2

View file

@ -77,6 +77,7 @@ 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)