Include boost_python34 DLL in Windows release builds

metadata
Wenzel Jakob 2014-08-04 17:58:11 +02:00
parent 80cf245b68
commit 338d3cbeb1
1 changed files with 1 additions and 1 deletions

View File

@ -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']: