Skip to content
Snippets Groups Projects
Commit 338d3cbe authored by Wenzel Jakob's avatar Wenzel Jakob
Browse files

Include boost_python34 DLL in Windows release builds

parent 80cf245b
No related branches found
No related tags found
No related merge requests found
......@@ -84,7 +84,7 @@ if sys.platform == 'win32':
'libpng16.dll', 'jpeg62.dll', 'xerces-c_3_1.dll', 'glew32mx.dll', 'libfftw-3.3.dll'],
prefix=dllprefix)
install(distDir, ['libcollada14dom24.dll'], dllprefix)
for boostlib in ['python27', 'python32', 'python33', 'system', 'filesystem', 'chrono', 'thread']:
for boostlib in ['python27', 'python32', 'python33', 'python34', 'system', 'filesystem', 'chrono', 'thread']:
install(distDir, ['boost_%s-%s-mt-1_53.dll' % (boostlib, compilerType)], dllprefix)
if 'WIN64' in env['CXXFLAGS']:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment