diff --git a/build/SConscript.install b/build/SConscript.install index ce3b1af8..df549a31 100644 --- a/build/SConscript.install +++ b/build/SConscript.install @@ -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']: