SCons: install blender thumbnailer next to blender binary.

Cmake already does this, and this will solve
This commit is contained in:
Sergey Sharybin 2013-02-13 08:55:03 +00:00
parent 6f4ce31320
commit 8b0e9a63e9

@ -865,6 +865,8 @@ if env['OURPLATFORM']=='linux':
td, tf = os.path.split(targetdir)
iconinstall.append(env.Install(dir=td, source=srcfile))
scriptinstall.append(env.Install(dir=env['BF_INSTALLDIR'], source='release/bin/blender-thumbnailer.py'))
# dlls for linuxcross
# TODO - add more libs, for now this lets blenderlite run
if env['OURPLATFORM']=='linuxcross':