From 7cce946de708d697e3131676cc94507f4421e07b Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 14 Nov 2008 03:21:06 +0000 Subject: copy over pthread dll to the install dir with cross compiling, eventually should copy more libs but for now this makes blenderlite work - (used for automatic blender builds on graphicall) --- SConstruct | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'SConstruct') diff --git a/SConstruct b/SConstruct index a35be70e50d..8e3666a7859 100644 --- a/SConstruct +++ b/SConstruct @@ -472,6 +472,13 @@ if env['OURPLATFORM']=='linux2': td, tf = os.path.split(targetdir) iconinstall.append(env.Install(dir=td, source=srcfile)) +# dlls for linuxcross +# TODO - add more libs, for now this lets blenderlite run +if env['OURPLATFORM']=='linuxcross': + dir=env['BF_INSTALLDIR'] + source = ['../lib/windows/pthreads/lib/pthreadGC2.dll'] + scriptinstall.append(env.Install(dir=dir, source=source)) + #-- plugins pluglist = [] plugtargetlist = [] -- cgit v1.2.3