[Bf-blender-cvs] [d9c574d] soc-2013-paint: Another attempt to fix issues with 32bit OSX and scons

Sergey Sharybin noreply at git.blender.org
Sat Jul 12 12:44:36 CEST 2014


Commit: d9c574db07546b5e3f35fa025738a7cc310d6305
Author: Sergey Sharybin
Date:   Thu Jul 10 02:33:44 2014 +0600
https://developer.blender.org/rBd9c574db07546b5e3f35fa025738a7cc310d6305

Another attempt to fix issues with 32bit OSX and scons

===================================================================

M	SConstruct

===================================================================

diff --git a/SConstruct b/SConstruct
index e651b2c..153f40d 100644
--- a/SConstruct
+++ b/SConstruct
@@ -601,6 +601,7 @@ from FindSharedPtr import FindSharedPtr
 from FindUnorderedMap import FindUnorderedMap
 
 conf = Configure(env)
+conf.env.Append(LINKFLAGS=env['PLATFORM_LINKFLAGS'])
 FindSharedPtr(conf)
 FindUnorderedMap(conf)
 env = conf.Finish()




More information about the Bf-blender-cvs mailing list