Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2014-07-10 00:33:44 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2014-07-10 00:33:44 +0400
commitf0c06e71baa1dc11f98d657636822686f4b15df9 (patch)
treed2477846b5f3e2e100ffdb78746e50f83468103b
parent2788d5f38565695cd4beba6b062206d202d13f51 (diff)
Another attempt to fix issues with 32bit OSX and scons
-rw-r--r--SConstruct1
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index 134970dfdc3..bcc1a4ba4ec 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()