[Bf-blender-cvs] [f0c06e7] master: Another attempt to fix issues with 32bit OSX and scons

Sergey Sharybin noreply at git.blender.org
Wed Jul 9 22:33:59 CEST 2014


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

Another attempt to fix issues with 32bit OSX and scons

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

M	SConstruct

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

diff --git a/SConstruct b/SConstruct
index 134970d..bcc1a4b 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